#37020B

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

Shades of Rustic Red #37020B

Tints of Rustic Red #37020B

Color information

#37020B (or 0x37020B) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 0B. RGB value is (55,2,11). Sum of RGB (Red+Green+Blue) = 55+2+11=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #37020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37020B is #C8FDF4. Grayscale: #121212. Windows color (decimal): -13172213 or 721463. OLE color: 721463.

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

Color convert

RGB55211-
CMYK00.960.80.78
HSL349.81º92.98%11.18%-
HSV(B)349.81º96.36%21.57%-
XYZ1.660.880.4-
YUV18.87123.56153.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 80.88%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=80.88%
G=2.94%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521100.960.80.78349.8192.9811.18
Hex372B060504E15e5db
Octal67213014012011653613513
Binary110111101011011000001010000100111010101111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37020B; }

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

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

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

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

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

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

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

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