Html Css Color HEX #370609 Rustic Red

📋 copy color: '#370609'

red 55 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #370609

Tints of Rustic Red #370609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.57%

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

R = 78.57%
G = 8.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#370609 (or 0x370609) is known color: Rustic Red. HEX triplet: 37, 06 and 09. RGB value is (55,6,9). Sum of RGB (Red+Green+Blue) = 55+6+9=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #370609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370609 is #C8F9F6. Grayscale: #151515. Windows color (decimal): -13171191 or 591415. OLE color: 591415.

HSL color Cylindrical-coordinate representation of color #370609: hue angle of 356.33º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370609 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 6 9 -
CMYK 0 0.89 0.84 0.78
HSL 356.33º 0.8% 0.12% -
HSV(B) 356.33º 0.89% 0.22% -
XYZ 1.69 0.96 0.36 -
YUV 20.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 55 6 9 0 0.89 0.84 0.78 356.33 0.8 0.12
Hex 37 6 9 0 59 54 4E 164 50 C
Octal 67 6 11 0 131 124 116 544 120 14
Binary 110111 110 1001 0 1011001 1010100 1001110 101100100 1010000 1100

Color Harmonies of #370609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370609

Black with #370609

Text Example


Text Example

White with #370609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370609; }

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

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

background-color css

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

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

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

border-color css

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

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

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