#37020D

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

Shades of Rustic Red #37020D

Tints of Rustic Red #37020D

Color information

#37020D (or 0x37020D) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 0D. RGB value is (55,2,13). Sum of RGB (Red+Green+Blue) = 55+2+13=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #37020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37020D is #C8FDF2. Grayscale: #131313. Windows color (decimal): -13172211 or 852535. OLE color: 852535.

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

Color convert

RGB55213-
CMYK00.960.760.78
HSL347.55º92.98%11.18%-
HSV(B)347.55º96.36%21.57%-
XYZ1.670.880.46-
YUV19.1124.56153.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 78.57%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=78.57%
G=2.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521300.960.760.78347.5592.9811.18
Hex372D0604C4E15c5db
Octal67215014011411653413513
Binary110111101101011000001001100100111010101110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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