Html Css Color HEX #370206 Rustic Red

📋 copy color: '#370206'

red 55 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #370206

Tints of Rustic Red #370206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 9.52%

R = 87.3%
G = 3.17%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#370206 (or 0x370206) is known color: Rustic Red. HEX triplet: 37, 02 and 06. RGB value is (55,2,6). Sum of RGB (Red+Green+Blue) = 55+2+6=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370206 is #C8FDF9. Grayscale: #121212. Windows color (decimal): -13172218 or 393783. OLE color: 393783.

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

Color convert

RGB 55 2 6 -
CMYK 0 0.96 0.89 0.78
HSL 355.47º 0.93% 0.11% -
HSV(B) 355.47º 0.96% 0.22% -
XYZ 1.63 0.87 0.25 -
YUV 18.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 55 2 6 0 0.96 0.89 0.78 355.47 0.93 0.11
Hex 37 2 6 0 60 59 4E 163 5D B
Octal 67 2 6 0 140 131 116 543 135 13
Binary 110111 10 110 0 1100000 1011001 1001110 101100011 1011101 1011

Color Harmonies of #370206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370206

Black with #370206

Text Example


Text Example

White with #370206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370206; }

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

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

background-color css

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

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

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

border-color css

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

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

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