Html Css Color HEX #37090E Rustic Red

📋 copy color: '#37090E'

red 55 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #37090E

Tints of Rustic Red #37090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.54%

 BLUE value IS 14 (5.86% from 255) = 17.95%

R = 70.51%
G = 11.54%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37090E (or 0x37090E) is known color: Rustic Red. HEX triplet: 37, 09 and 0E. RGB value is (55,9,14). Sum of RGB (Red+Green+Blue) = 55+9+14=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #37090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37090E is #C8F6F1. Grayscale: #171717. Windows color (decimal): -13170418 or 919863. OLE color: 919863.

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

Color convert

RGB 55 9 14 -
CMYK 0 0.84 0.75 0.78
HSL 353.48º 0.72% 0.13% -
HSV(B) 353.48º 0.84% 0.22% -
XYZ 1.75 1.04 0.52 -
YUV 23.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 55 9 14 0 0.84 0.75 0.78 353.48 0.72 0.13
Hex 37 9 E 0 54 4B 4E 161 48 D
Octal 67 11 16 0 124 113 116 541 110 15
Binary 110111 1001 1110 0 1010100 1001011 1001110 101100001 1001000 1101

Color Harmonies of #37090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37090E

Black with #37090E

Text Example


Text Example

White with #37090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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