#370F15

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

Shades of Rustic Red #370F15

Tints of Rustic Red #370F15

Color information

#370F15 (or 0x370F15) is unknown color: approx Rustic Red. HEX triplet: 37, 0F and 15. RGB value is (55,15,21). Sum of RGB (Red+Green+Blue) = 55+15+21=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F15 is #C8F0EA. Grayscale: #1B1B1B. Windows color (decimal): -13168875 or 1380151. OLE color: 1380151.

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

Color convert

RGB551521-
CMYK00.730.620.78
HSL351º57.14%13.73%-
HSV(B)351º72.73%21.57%-
XYZ1.881.210.84-
YUV27.64124.25147.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=60.44%
G=16.48%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55152100.730.620.7835157.1413.73
Hex37F150493E4E15f39e
Octal6717250111761165377116
Binary1101111111101010100100111111010011101010111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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