Html Css Color HEX #37040C Rustic Red

📋 copy color: '#37040C'

red 55 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #37040C

Tints of Rustic Red #37040C

RGB

 RED value IS 55 (21.88% from 255) = 77.46%

 GREEN value IS 4 (1.95% from 255) = 5.63%

 BLUE value IS 12 (5.08% from 255) = 16.9%

R = 77.46%
G = 5.63%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37040C (or 0x37040C) is known color: Rustic Red. HEX triplet: 37, 04 and 0C. RGB value is (55,4,12). Sum of RGB (Red+Green+Blue) = 55+4+12=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #37040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37040C is #C8FBF3. Grayscale: #141414. Windows color (decimal): -13171700 or 787511. OLE color: 787511.

HSL color Cylindrical-coordinate representation of color #37040C: hue angle of 350.59º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37040C is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 12 -
CMYK 0 0.93 0.78 0.78
HSL 350.59º 0.86% 0.12% -
HSV(B) 350.59º 0.93% 0.22% -
XYZ 1.69 0.93 0.44 -
YUV 20.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 55 4 12 0 0.93 0.78 0.78 350.59 0.86 0.12
Hex 37 4 C 0 5D 4E 4E 15F 56 C
Octal 67 4 14 0 135 116 116 537 126 14
Binary 110111 100 1100 0 1011101 1001110 1001110 101011111 1010110 1100

Color Harmonies of #37040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37040C

Black with #37040C

Text Example


Text Example

White with #37040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37040C; }

 p { color: rgb(55,4,12); }

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

background-color css

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

 a { background-color: rgb(55,4,12); }

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

border-color css

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

 span { border-color: rgb(55,4,12); }

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