Html Css Color HEX #370608 Rustic Red

📋 copy color: '#370608'

red 55 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #370608

Tints of Rustic Red #370608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.7%

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

R = 79.71%
G = 8.7%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370608 (or 0x370608) is known color: Rustic Red. HEX triplet: 37, 06 and 08. RGB value is (55,6,8). Sum of RGB (Red+Green+Blue) = 55+6+8=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #370608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370608 is #C8F9F7. Grayscale: #141414. Windows color (decimal): -13171192 or 525879. OLE color: 525879.

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

Color convert

RGB 55 6 8 -
CMYK 0 0.89 0.85 0.78
HSL 357.55º 0.8% 0.12% -
HSV(B) 357.55º 0.89% 0.22% -
XYZ 1.68 0.96 0.33 -
YUV 20.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 55 6 8 0 0.89 0.85 0.78 357.55 0.8 0.12
Hex 37 6 8 0 59 55 4E 166 50 C
Octal 67 6 10 0 131 125 116 546 120 14
Binary 110111 110 1000 0 1011001 1010101 1001110 101100110 1010000 1100

Color Harmonies of #370608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370608

Black with #370608

Text Example


Text Example

White with #370608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370608; }

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

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

background-color css

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

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

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

border-color css

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

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

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