#371113

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

Shades of Rustic Red #371113

Tints of Rustic Red #371113

Color information

#371113 (or 0x371113) is unknown color: approx Rustic Red. HEX triplet: 37, 11 and 13. RGB value is (55,17,19). Sum of RGB (Red+Green+Blue) = 55+17+19=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371113 is #C8EEEC. Grayscale: #1C1C1C. Windows color (decimal): -13168365 or 1249591. OLE color: 1249591.

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

Color convert

RGB551719-
CMYK00.690.650.78
HSL356.84º52.78%14.12%-
HSV(B)356.84º69.09%21.57%-
XYZ1.891.260.76-
YUV28.59122.59146.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=60.44%
G=18.68%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55171900.690.650.78356.8452.7814.12
Hex371113045414E16535e
Octal67212301051011165456516
Binary110111100011001101000101100000110011101011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371113; }

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

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

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

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

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

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

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

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