Html Css Color HEX #370008 Rustic Red

📋 copy color: '#370008'

red 55 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #370008

Tints of Rustic Red #370008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.3%
G = 0%
B = 12.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370008 (or 0x370008) is known color: Rustic Red. HEX triplet: 37, 00 and 08. RGB value is (55,0,8). Sum of RGB (Red+Green+Blue) = 55+0+8=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370008 is #C8FFF7. Grayscale: #111111. Windows color (decimal): -13172728 or 524343. OLE color: 524343.

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

Color convert

RGB 55 0 8 -
CMYK 0 1 0.85 0.78
HSL 351.27º 1% 0.11% -
HSV(B) 351.27º 1% 0.22% -
XYZ 1.62 0.83 0.3 -
YUV 17.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 55 0 8 0 1 0.85 0.78 351.27 1 0.11
Hex 37 0 8 0 64 55 4E 15F 64 B
Octal 67 0 10 0 144 125 116 537 144 13
Binary 110111 0 1000 0 1100100 1010101 1001110 101011111 1100100 1011

Color Harmonies of #370008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370008

Black with #370008

Text Example


Text Example

White with #370008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370008; }

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

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

background-color css

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

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

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

border-color css

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

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

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