#370C17

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

Shades of Rustic Red #370C17

Tints of Rustic Red #370C17

Color information

#370C17 (or 0x370C17) is unknown color: approx Rustic Red. HEX triplet: 37, 0C and 17. RGB value is (55,12,23). Sum of RGB (Red+Green+Blue) = 55+12+23=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #370C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C17 is #C8F3E8. Grayscale: #1A1A1A. Windows color (decimal): -13169641 or 1510455. OLE color: 1510455.

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

Color convert

RGB551223-
CMYK00.780.580.78
HSL344.65º64.18%13.14%-
HSV(B)344.65º78.18%21.57%-
XYZ1.861.140.93-
YUV26.11126.25148.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=61.11%
G=13.33%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55122300.780.580.78344.6564.1813.14
Hex37C1704E3A4E15940d
Octal67142701167211653110015
Binary11011111001011101001110111010100111010101100110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,12,23); }

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

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

 a { background-color: rgb(55,12,23); }

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

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

 span { border-color: rgb(55,12,23); }

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