Html Css Color HEX #370208 Rustic Red

📋 copy color: '#370208'

red 55 ◦ green 2 ◦ blue 8

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

Shades of Rustic Red #370208

Tints of Rustic Red #370208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.08%

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

R = 84.62%
G = 3.08%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370208 (or 0x370208) is known color: Rustic Red. HEX triplet: 37, 02 and 08. RGB value is (55,2,8). Sum of RGB (Red+Green+Blue) = 55+2+8=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #370208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370208 is #C8FDF7. Grayscale: #121212. Windows color (decimal): -13172216 or 524855. OLE color: 524855.

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

Color convert

RGB 55 2 8 -
CMYK 0 0.96 0.85 0.78
HSL 353.21º 0.93% 0.11% -
HSV(B) 353.21º 0.96% 0.22% -
XYZ 1.64 0.87 0.31 -
YUV 18.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 55 2 8 0 0.96 0.85 0.78 353.21 0.93 0.11
Hex 37 2 8 0 60 55 4E 161 5D B
Octal 67 2 10 0 140 125 116 541 135 13
Binary 110111 10 1000 0 1100000 1010101 1001110 101100001 1011101 1011

Color Harmonies of #370208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370208

Black with #370208

Text Example


Text Example

White with #370208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370208; }

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

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

background-color css

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

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

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

border-color css

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

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

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