#370214

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

Shades of Rustic Red #370214

Tints of Rustic Red #370214

Color information

#370214 (or 0x370214) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 14. RGB value is (55,2,20). Sum of RGB (Red+Green+Blue) = 55+2+20=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370214 is #C8FDEB. Grayscale: #131313. Windows color (decimal): -13172204 or 1311287. OLE color: 1311287.

HSL color Cylindrical-coordinate representation of color #370214: hue angle of 339.62º 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 #370214 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB55220-
CMYK00.960.640.78
HSL339.62º92.98%11.18%-
HSV(B)339.62º96.36%21.57%-
XYZ1.720.910.75-
YUV19.9128.06153.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=71.43%
G=2.60%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5522000.960.640.78339.6292.9811.18
Hex37214060404E1545db
Octal67224014010011652413513
Binary1101111010100011000001000000100111010101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370214; }

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

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

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

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

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

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

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

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