#370A11

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

Shades of Rustic Red #370A11

Tints of Rustic Red #370A11

Color information

#370A11 (or 0x370A11) is unknown color: approx Rustic Red. HEX triplet: 37, 0A and 11. RGB value is (55,10,17). Sum of RGB (Red+Green+Blue) = 55+10+17=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A11 is #C8F5EE. Grayscale: #181818. Windows color (decimal): -13170159 or 1116727. OLE color: 1116727.

HSL color Cylindrical-coordinate representation of color #370A11: hue angle of 350.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A11 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB551017-
CMYK00.820.690.78
HSL350.67º69.23%12.75%-
HSV(B)350.67º81.82%21.57%-
XYZ1.791.070.64-
YUV24.25123.91149.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=67.07%
G=12.20%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55101700.820.690.78350.6769.2312.75
Hex37A11052454E15f45d
Octal671221012210511653710515
Binary110111101010001010100101000101100111010101111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370A11; }

 p { color: rgb(55,10,17); }

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

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

 a { background-color: rgb(55,10,17); }

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

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

 span { border-color: rgb(55,10,17); }

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