Html Css Color HEX #370709 Rustic Red

📋 copy color: '#370709'

red 55 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #370709

Tints of Rustic Red #370709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.86%

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

R = 77.46%
G = 9.86%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#370709 (or 0x370709) is known color: Rustic Red. HEX triplet: 37, 07 and 09. RGB value is (55,7,9). Sum of RGB (Red+Green+Blue) = 55+7+9=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370709 is #C8F8F6. Grayscale: #151515. Windows color (decimal): -13170935 or 591671. OLE color: 591671.

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

Color convert

RGB 55 7 9 -
CMYK 0 0.87 0.84 0.78
HSL 357.5º 0.77% 0.12% -
HSV(B) 357.5º 0.87% 0.22% -
XYZ 1.7 0.98 0.36 -
YUV 21.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 55 7 9 0 0.87 0.84 0.78 357.5 0.77 0.12
Hex 37 7 9 0 57 54 4E 166 4D C
Octal 67 7 11 0 127 124 116 546 115 14
Binary 110111 111 1001 0 1010111 1010100 1001110 101100110 1001101 1100

Color Harmonies of #370709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370709

Black with #370709

Text Example


Text Example

White with #370709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370709; }

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

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

background-color css

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

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

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

border-color css

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

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

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