Html Css Color HEX #370209 Rustic Red

📋 copy color: '#370209'

red 55 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #370209

Tints of Rustic Red #370209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.64%

R = 83.33%
G = 3.03%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#370209 (or 0x370209) is known color: Rustic Red. HEX triplet: 37, 02 and 09. RGB value is (55,2,9). Sum of RGB (Red+Green+Blue) = 55+2+9=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370209 is #C8FDF6. Grayscale: #121212. Windows color (decimal): -13172215 or 590391. OLE color: 590391.

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

Color convert

RGB 55 2 9 -
CMYK 0 0.96 0.84 0.78
HSL 352.08º 0.93% 0.11% -
HSV(B) 352.08º 0.96% 0.22% -
XYZ 1.65 0.88 0.34 -
YUV 18.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 55 2 9 0 0.96 0.84 0.78 352.08 0.93 0.11
Hex 37 2 9 0 60 54 4E 160 5D B
Octal 67 2 11 0 140 124 116 540 135 13
Binary 110111 10 1001 0 1100000 1010100 1001110 101100000 1011101 1011

Color Harmonies of #370209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370209

Black with #370209

Text Example


Text Example

White with #370209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370209; }

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

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

background-color css

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

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

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

border-color css

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

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

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