Html Css Color HEX #37040B Rustic Red

📋 copy color: '#37040B'

red 55 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #37040B

Tints of Rustic Red #37040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.71%

R = 78.57%
G = 5.71%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37040B (or 0x37040B) is known color: Rustic Red. HEX triplet: 37, 04 and 0B. RGB value is (55,4,11). Sum of RGB (Red+Green+Blue) = 55+4+11=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #37040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37040B is #C8FBF4. Grayscale: #141414. Windows color (decimal): -13171701 or 721975. OLE color: 721975.

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

Color convert

RGB 55 4 11 -
CMYK 0 0.93 0.8 0.78
HSL 351.76º 0.86% 0.12% -
HSV(B) 351.76º 0.93% 0.22% -
XYZ 1.68 0.92 0.41 -
YUV 20.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 55 4 11 0 0.93 0.8 0.78 351.76 0.86 0.12
Hex 37 4 B 0 5D 50 4E 160 56 C
Octal 67 4 13 0 135 120 116 540 126 14
Binary 110111 100 1011 0 1011101 1010000 1001110 101100000 1010110 1100

Color Harmonies of #37040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37040B

Black with #37040B

Text Example


Text Example

White with #37040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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