#37030A

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

Shades of Rustic Red #37030A

Tints of Rustic Red #37030A

Color information

#37030A (or 0x37030A) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 0A. RGB value is (55,3,10). Sum of RGB (Red+Green+Blue) = 55+3+10=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #37030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37030A is #C8FCF5. Grayscale: #131313. Windows color (decimal): -13171958 or 656183. OLE color: 656183.

HSL color Cylindrical-coordinate representation of color #37030A: hue angle of 351.92º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37030A is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB55310-
CMYK00.950.820.78
HSL351.92º89.66%11.37%-
HSV(B)351.92º94.55%21.57%-
XYZ1.660.90.37-
YUV19.35122.73153.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 80.88%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 10 (4.30% from 255) = 14.71%
R=80.88%
G=4.41%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5531000.950.820.78351.9289.6611.37
Hex373A05F524E1605ab
Octal67312013712211654013213
Binary110111111010010111111010010100111010110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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