#37030F

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

Shades of Rustic Red #37030F

Tints of Rustic Red #37030F

Color information

#37030F (or 0x37030F) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 0F. RGB value is (55,3,15). Sum of RGB (Red+Green+Blue) = 55+3+15=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37030F is #C8FCF0. Grayscale: #131313. Windows color (decimal): -13171953 or 983863. OLE color: 983863.

HSL color Cylindrical-coordinate representation of color #37030F: hue angle of 346.15º 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 #37030F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB55315-
CMYK00.950.730.78
HSL346.15º89.66%11.37%-
HSV(B)346.15º94.55%21.57%-
XYZ1.690.910.54-
YUV19.92125.23153.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=75.34%
G=4.11%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5531500.950.730.78346.1589.6611.37
Hex373F05F494E15a5ab
Octal67317013711111653213213
Binary110111111111010111111001001100111010101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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