#37080D

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

Shades of Rustic Red #37080D

Tints of Rustic Red #37080D

Color information

#37080D (or 0x37080D) is unknown color: approx Rustic Red. HEX triplet: 37, 08 and 0D. RGB value is (55,8,13). Sum of RGB (Red+Green+Blue) = 55+8+13=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #37080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080D is #C8F7F2. Grayscale: #161616. Windows color (decimal): -13170675 or 854071. OLE color: 854071.

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

Color convert

RGB55813-
CMYK00.850.760.78
HSL353.62º74.6%12.35%-
HSV(B)353.62º85.45%21.57%-
XYZ1.741.010.49-
YUV22.62122.57151.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=72.37%
G=10.53%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5581300.850.760.78353.6274.612.35
Hex378D0554C4E1624bc
Octal671015012511411654211314
Binary11011110001101010101011001100100111010110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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