#370211

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

Shades of Rustic Red #370211

Tints of Rustic Red #370211

Color information

#370211 (or 0x370211) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 11. RGB value is (55,2,17). Sum of RGB (Red+Green+Blue) = 55+2+17=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370211 is #C8FDEE. Grayscale: #131313. Windows color (decimal): -13172207 or 1114679. OLE color: 1114679.

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

Color convert

RGB55217-
CMYK00.960.690.78
HSL343.02º92.98%11.18%-
HSV(B)343.02º96.36%21.57%-
XYZ1.70.90.61-
YUV19.56126.56153.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 74.32%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=74.32%
G=2.70%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521700.960.690.78343.0292.9811.18
Hex37211060454E1575db
Octal67221014010511652713513
Binary1101111010001011000001000101100111010101011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370211; }

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

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

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

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

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

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

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

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