#37060E

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

Shades of Rustic Red #37060E

Tints of Rustic Red #37060E

Color information

#37060E (or 0x37060E) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 0E. RGB value is (55,6,14). Sum of RGB (Red+Green+Blue) = 55+6+14=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #37060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060E is #C8F9F1. Grayscale: #151515. Windows color (decimal): -13171186 or 919095. OLE color: 919095.

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

Color convert

RGB55614-
CMYK00.890.750.78
HSL350.2º80.33%11.96%-
HSV(B)350.2º89.09%21.57%-
XYZ1.720.970.51-
YUV21.56123.73151.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=73.33%
G=8%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5561400.890.750.78350.280.3311.96
Hex376E0594B4E15e50c
Octal67616013111311653612014
Binary1101111101110010110011001011100111010101111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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