#37080A

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

Shades of Rustic Red #37080A

Tints of Rustic Red #37080A

Color information

#37080A (or 0x37080A) is unknown color: approx Rustic Red. HEX triplet: 37, 08 and 0A. RGB value is (55,8,10). Sum of RGB (Red+Green+Blue) = 55+8+10=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080A is #C8F7F5. Grayscale: #161616. Windows color (decimal): -13170678 or 657463. OLE color: 657463.

HSL color Cylindrical-coordinate representation of color #37080A: hue angle of 357.45º 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 #37080A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB55810-
CMYK00.850.820.78
HSL357.45º74.6%12.35%-
HSV(B)357.45º85.45%21.57%-
XYZ1.721.010.39-
YUV22.28121.07151.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=75.34%
G=10.96%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5581000.850.820.78357.4574.612.35
Hex378A055524E1654bc
Octal671012012512211654511314
Binary11011110001010010101011010010100111010110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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