Html Css Color HEX #370009 Rustic Red

📋 copy color: '#370009'

red 55 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #370009

Tints of Rustic Red #370009

RGB

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

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

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

R = 85.94%
G = 0%
B = 14.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#370009 (or 0x370009) is known color: Rustic Red. HEX triplet: 37, 00 and 09. RGB value is (55,0,9). Sum of RGB (Red+Green+Blue) = 55+0+9=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370009 is #C8FFF6. Grayscale: #111111. Windows color (decimal): -13172727 or 589879. OLE color: 589879.

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

Color convert

RGB 55 0 9 -
CMYK 0 1 0.84 0.78
HSL 350.18º 1% 0.11% -
HSV(B) 350.18º 1% 0.22% -
XYZ 1.62 0.83 0.33 -
YUV 17.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 55 0 9 0 1 0.84 0.78 350.18 1 0.11
Hex 37 0 9 0 64 54 4E 15E 64 B
Octal 67 0 11 0 144 124 116 536 144 13
Binary 110111 0 1001 0 1100100 1010100 1001110 101011110 1100100 1011

Color Harmonies of #370009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370009

Black with #370009

Text Example


Text Example

White with #370009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370009; }

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

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

background-color css

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

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

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

border-color css

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

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

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