#370A13

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

Shades of Rustic Red #370A13

Tints of Rustic Red #370A13

Color information

#370A13 (or 0x370A13) is unknown color: approx Rustic Red. HEX triplet: 37, 0A and 13. RGB value is (55,10,19). Sum of RGB (Red+Green+Blue) = 55+10+19=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A13 is #C8F5EC. Grayscale: #181818. Windows color (decimal): -13170157 or 1247799. OLE color: 1247799.

HSL color Cylindrical-coordinate representation of color #370A13: hue angle of 348º 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 #370A13 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB551019-
CMYK00.820.650.78
HSL348º69.23%12.75%-
HSV(B)348º81.82%21.57%-
XYZ1.81.080.73-
YUV24.48124.91149.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 65.48%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=65.48%
G=11.90%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55101900.820.650.7834869.2312.75
Hex37A13052414E15c45d
Octal671223012210111653410515
Binary110111101010011010100101000001100111010101110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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