#370D0F

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

Shades of Rustic Red #370D0F

Tints of Rustic Red #370D0F

Color information

#370D0F (or 0x370D0F) is unknown color: approx Rustic Red. HEX triplet: 37, 0D and 0F. RGB value is (55,13,15). Sum of RGB (Red+Green+Blue) = 55+13+15=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D0F is #C8F2F0. Grayscale: #191919. Windows color (decimal): -13169393 or 986423. OLE color: 986423.

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

Color convert

RGB551315-
CMYK00.760.730.78
HSL357.14º61.76%13.33%-
HSV(B)357.14º76.36%21.57%-
XYZ1.811.130.58-
YUV25.79121.91148.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=66.27%
G=15.66%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55131500.760.730.78357.1461.7613.33
Hex37DF04C494E1653ed
Octal67151701141111165457615
Binary1101111101111101001100100100110011101011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,15); }

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

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

 a { background-color: rgb(55,13,15); }

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

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

 span { border-color: rgb(55,13,15); }

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