#37050F

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

Shades of Rustic Red #37050F

Tints of Rustic Red #37050F

Color information

#37050F (or 0x37050F) is unknown color: approx Rustic Red. HEX triplet: 37, 05 and 0F. RGB value is (55,5,15). Sum of RGB (Red+Green+Blue) = 55+5+15=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #37050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050F is #C8FAF0. Grayscale: #151515. Windows color (decimal): -13171441 or 984375. OLE color: 984375.

HSL color Cylindrical-coordinate representation of color #37050F: hue angle of 348º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37050F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB55515-
CMYK00.910.730.78
HSL348º83.33%11.76%-
HSV(B)348º90.91%21.57%-
XYZ1.720.960.55-
YUV21.09124.56152.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 15 (6.25% from 255) = 20%
R=73.33%
G=6.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5551500.910.730.7834883.3311.76
Hex375F05B494E15c53c
Octal67517013311111653412314
Binary1101111011111010110111001001100111010101110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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