Html Css Color HEX #37040F Rustic Red

📋 copy color: '#37040F'

red 55 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #37040F

Tints of Rustic Red #37040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 74.32%
G = 5.41%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37040F (or 0x37040F) is known color: Rustic Red. HEX triplet: 37, 04 and 0F. RGB value is (55,4,15). Sum of RGB (Red+Green+Blue) = 55+4+15=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37040F is #C8FBF0. Grayscale: #141414. Windows color (decimal): -13171697 or 984119. OLE color: 984119.

HSL color Cylindrical-coordinate representation of color #37040F: hue angle of 347.06º 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 #37040F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 15 -
CMYK 0 0.93 0.73 0.78
HSL 347.06º 0.86% 0.12% -
HSV(B) 347.06º 0.93% 0.22% -
XYZ 1.71 0.93 0.54 -
YUV 20.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 55 4 15 0 0.93 0.73 0.78 347.06 0.86 0.12
Hex 37 4 F 0 5D 49 4E 15B 56 C
Octal 67 4 17 0 135 111 116 533 126 14
Binary 110111 100 1111 0 1011101 1001001 1001110 101011011 1010110 1100

Color Harmonies of #37040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37040F

Black with #37040F

Text Example


Text Example

White with #37040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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