Html Css Color HEX #370809 Rustic Red

📋 copy color: '#370809'

red 55 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #370809

Tints of Rustic Red #370809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.11%

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

R = 76.39%
G = 11.11%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#370809 (or 0x370809) is known color: Rustic Red. HEX triplet: 37, 08 and 09. RGB value is (55,8,9). Sum of RGB (Red+Green+Blue) = 55+8+9=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370809 is #C8F7F6. Grayscale: #161616. Windows color (decimal): -13170679 or 591927. OLE color: 591927.

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

Color convert

RGB 55 8 9 -
CMYK 0 0.85 0.84 0.78
HSL 358.72º 0.75% 0.12% -
HSV(B) 358.72º 0.85% 0.22% -
XYZ 1.71 1.01 0.36 -
YUV 22.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 55 8 9 0 0.85 0.84 0.78 358.72 0.75 0.12
Hex 37 8 9 0 55 54 4E 167 4B C
Octal 67 10 11 0 125 124 116 547 113 14
Binary 110111 1000 1001 0 1010101 1010100 1001110 101100111 1001011 1100

Color Harmonies of #370809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370809

Black with #370809

Text Example


Text Example

White with #370809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370809; }

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

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

background-color css

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

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

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

border-color css

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

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

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