#37050D

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

Shades of Rustic Red #37050D

Tints of Rustic Red #37050D

Color information

#37050D (or 0x37050D) is unknown color: approx Rustic Red. HEX triplet: 37, 05 and 0D. RGB value is (55,5,13). Sum of RGB (Red+Green+Blue) = 55+5+13=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050D is #C8FAF2. Grayscale: #141414. Windows color (decimal): -13171443 or 853303. OLE color: 853303.

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

Color convert

RGB55513-
CMYK00.910.760.78
HSL350.4º83.33%11.76%-
HSV(B)350.4º90.91%21.57%-
XYZ1.70.950.47-
YUV20.86123.56152.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=75.34%
G=6.85%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5551300.910.760.78350.483.3311.76
Hex375D05B4C4E15e53c
Octal67515013311411653612314
Binary1101111011101010110111001100100111010101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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