#370917

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

Shades of Rustic Red #370917

Tints of Rustic Red #370917

Color information

#370917 (or 0x370917) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 17. RGB value is (55,9,23). Sum of RGB (Red+Green+Blue) = 55+9+23=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370917 is #C8F6E8. Grayscale: #181818. Windows color (decimal): -13170409 or 1509687. OLE color: 1509687.

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

Color convert

RGB55923-
CMYK00.840.580.78
HSL341.74º71.88%12.55%-
HSV(B)341.74º83.64%21.57%-
XYZ1.831.070.92-
YUV24.35127.24149.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 23 (9.38% from 255) = 26.44%
R=63.22%
G=10.34%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5592300.840.580.78341.7471.8812.55
Hex379170543A4E15648d
Octal67112701247211652611015
Binary11011110011011101010100111010100111010101011010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370917; }

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

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

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

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

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

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

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

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