Html Css Color HEX #B74038 Medium Carmine

📋 copy color: '#B74038'

red 183 ◦ green 64 ◦ blue 56

#B74038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B74038

Tints of Medium Carmine #B74038

RGB

 RED value IS 183 (71.88% from 255) = 60.4%

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 60.4%
G = 21.12%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B74038 (or 0xB74038) is known color: Medium Carmine. HEX triplet: B7, 40 and 38. RGB value is (183,64,56). Sum of RGB (Red+Green+Blue) = 183+64+56=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B74038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74038 is #48BFC7. Grayscale: #626262. Windows color (decimal): -4767688 or 3686583. OLE color: 3686583.

HSL color Cylindrical-coordinate representation of color #B74038: hue angle of 3.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74038 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 56 -
CMYK 0 0.65 0.69 0.28
HSL 3.78º 0.53% 0.47% -
HSV(B) 3.78º 0.69% 0.72% -
XYZ 22.08 14.02 5.28 -
YUV 98.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 183 64 56 0 0.65 0.69 0.28 3.78 0.53 0.47
Hex B7 40 38 0 41 45 1C 4 35 2F
Octal 267 100 70 0 101 105 34 4 65 57
Binary 10110111 1000000 111000 0 1000001 1000101 11100 100 110101 101111

Color Harmonies of #B74038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74038

Black with #B74038

Text Example


Text Example

White with #B74038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74038; }

 p { color: rgb(183,64,56); }

 H1.HeaderClassName
 {
   color: #B74038;
 }
 .AnyTagClassName
 {
   color: #B74038;
 }
</style>

background-color css

<style>
 a { background-color: #B74038; }

 a { background-color: rgb(183,64,56); }

 div.DivClassName
 {
   background-color: #B74038;
 }
 .BgClassName
 {
   background-color: #B74038;
 }
</style>

border-color css

<style>
 span { border-color: #B74038; }

 span { border-color: rgb(183,64,56); }

 td.TdClassName
 {
   border-color: #B74038;
 }
 .TagClassName
 {
   border-color: #B74038;
 }
</style>