#37040D

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

Shades of Rustic Red #37040D

Tints of Rustic Red #37040D

Color information

#37040D (or 0x37040D) is unknown color: approx Rustic Red. HEX triplet: 37, 04 and 0D. RGB value is (55,4,13). Sum of RGB (Red+Green+Blue) = 55+4+13=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #37040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37040D is #C8FBF2. Grayscale: #141414. Windows color (decimal): -13171699 or 853047. OLE color: 853047.

HSL color Cylindrical-coordinate representation of color #37040D: hue angle of 349.41º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37040D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB55413-
CMYK00.930.760.78
HSL349.41º86.44%11.57%-
HSV(B)349.41º92.73%21.57%-
XYZ1.690.930.47-
YUV20.27123.9152.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 76.39%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=76.39%
G=5.56%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541300.930.760.78349.4186.4411.57
Hex374D05D4C4E15d56c
Octal67415013511411653512614
Binary1101111001101010111011001100100111010101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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