#370216

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

Shades of Rustic Red #370216

Tints of Rustic Red #370216

Color information

#370216 (or 0x370216) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 16. RGB value is (55,2,22). Sum of RGB (Red+Green+Blue) = 55+2+22=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370216 is #C8FDE9. Grayscale: #141414. Windows color (decimal): -13172202 or 1442359. OLE color: 1442359.

HSL color Cylindrical-coordinate representation of color #370216: hue angle of 337.36º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370216 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB55222-
CMYK00.960.60.78
HSL337.36º92.98%11.18%-
HSV(B)337.36º96.36%21.57%-
XYZ1.740.910.84-
YUV20.13129.06152.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=69.62%
G=2.53%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5522200.960.60.78337.3692.9811.18
Hex372160603C4E1515db
Octal6722601407411652113513
Binary110111101011001100000111100100111010101000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370216; }

 p { color: rgb(55,2,22); }

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

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

 a { background-color: rgb(55,2,22); }

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

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

 span { border-color: rgb(55,2,22); }

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