Html Css Color HEX #370408 Rustic Red

📋 copy color: '#370408'

red 55 ◦ green 4 ◦ blue 8

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

Shades of Rustic Red #370408

Tints of Rustic Red #370408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.94%

R = 82.09%
G = 5.97%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370408 (or 0x370408) is known color: Rustic Red. HEX triplet: 37, 04 and 08. RGB value is (55,4,8). Sum of RGB (Red+Green+Blue) = 55+4+8=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #370408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370408 is #C8FBF7. Grayscale: #131313. Windows color (decimal): -13171704 or 525367. OLE color: 525367.

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

Color convert

RGB 55 4 8 -
CMYK 0 0.93 0.85 0.78
HSL 355.29º 0.86% 0.12% -
HSV(B) 355.29º 0.93% 0.22% -
XYZ 1.66 0.92 0.32 -
YUV 19.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 55 4 8 0 0.93 0.85 0.78 355.29 0.86 0.12
Hex 37 4 8 0 5D 55 4E 163 56 C
Octal 67 4 10 0 135 125 116 543 126 14
Binary 110111 100 1000 0 1011101 1010101 1001110 101100011 1010110 1100

Color Harmonies of #370408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370408

Black with #370408

Text Example


Text Example

White with #370408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370408; }

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

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

background-color css

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

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

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

border-color css

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

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

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