#370F13

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

Shades of Rustic Red #370F13

Tints of Rustic Red #370F13

Color information

#370F13 (or 0x370F13) is unknown color: approx Rustic Red. HEX triplet: 37, 0F and 13. RGB value is (55,15,19). Sum of RGB (Red+Green+Blue) = 55+15+19=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #370F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F13 is #C8F0EC. Grayscale: #1B1B1B. Windows color (decimal): -13168877 or 1249079. OLE color: 1249079.

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

Color convert

RGB551519-
CMYK00.730.650.78
HSL354º57.14%13.73%-
HSV(B)354º72.73%21.57%-
XYZ1.861.20.75-
YUV27.42123.25147.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=61.80%
G=16.85%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55151900.730.650.7835457.1413.73
Hex37F13049414E16239e
Octal67172301111011165427116
Binary11011111111001101001001100000110011101011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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