#37020A

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

Shades of Rustic Red #37020A

Tints of Rustic Red #37020A

Color information

#37020A (or 0x37020A) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 0A. RGB value is (55,2,10). Sum of RGB (Red+Green+Blue) = 55+2+10=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #37020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37020A is #C8FDF5. Grayscale: #121212. Windows color (decimal): -13172214 or 655927. OLE color: 655927.

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

Color convert

RGB55210-
CMYK00.960.820.78
HSL350.94º92.98%11.18%-
HSV(B)350.94º96.36%21.57%-
XYZ1.650.880.37-
YUV18.76123.06153.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 82.09%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=82.09%
G=2.99%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521000.960.820.78350.9492.9811.18
Hex372A060524E15f5db
Octal67212014012211653713513
Binary110111101010011000001010010100111010101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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