#37030B

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

Shades of Rustic Red #37030B

Tints of Rustic Red #37030B

Color information

#37030B (or 0x37030B) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 0B. RGB value is (55,3,11). Sum of RGB (Red+Green+Blue) = 55+3+11=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #37030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37030B is #C8FCF4. Grayscale: #131313. Windows color (decimal): -13171957 or 721719. OLE color: 721719.

HSL color Cylindrical-coordinate representation of color #37030B: hue angle of 350.77º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37030B is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB55311-
CMYK00.950.80.78
HSL350.77º89.66%11.37%-
HSV(B)350.77º94.55%21.57%-
XYZ1.670.90.4-
YUV19.46123.23153.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 79.71%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=79.71%
G=4.35%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5531100.950.80.78350.7789.6611.37
Hex373B05F504E15f5ab
Octal67313013712011653713213
Binary110111111011010111111010000100111010101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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