#370116

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

Shades of Rustic Red #370116

Tints of Rustic Red #370116

Color information

#370116 (or 0x370116) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 16. RGB value is (55,1,22). Sum of RGB (Red+Green+Blue) = 55+1+22=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370116 is #C8FEE9. Grayscale: #131313. Windows color (decimal): -13172458 or 1442103. OLE color: 1442103.

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

Color convert

RGB55122-
CMYK00.980.60.78
HSL336.67º96.43%10.98%-
HSV(B)336.67º98.18%21.57%-
XYZ1.730.890.84-
YUV19.54129.39153.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 70.51%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=70.51%
G=1.28%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5512200.980.60.78336.6796.4310.98
Hex371160623C4E15160b
Octal6712601427411652114013
Binary11011111011001100010111100100111010101000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370116; }

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

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

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

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

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

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

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

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