#37080E

Color #37080E Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #37080E

Tints of Rustic Red #37080E

Color information

#37080E (or 0x37080E) is unknown color: approx Rustic Red. HEX triplet: 37, 08 and 0E. RGB value is (55,8,14). Sum of RGB (Red+Green+Blue) = 55+8+14=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #37080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080E is #C8F7F1. Grayscale: #161616. Windows color (decimal): -13170674 or 919607. OLE color: 919607.

HSL color Cylindrical-coordinate representation of color #37080E: hue angle of 352.34º 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 #37080E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB55814-
CMYK00.850.750.78
HSL352.34º74.6%12.35%-
HSV(B)352.34º85.45%21.57%-
XYZ1.741.020.52-
YUV22.74123.07151.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 71.43%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=71.43%
G=10.39%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5581400.850.750.78352.3474.612.35
Hex378E0554B4E1604bc
Octal671016012511311654011314
Binary11011110001110010101011001011100111010110000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37080E;
 }
 .AnyTagClassName
 {
   color: #37080E;
 }
</style>
background-color css

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

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

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

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

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

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