#31060A

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

Shades of Rustic Red #31060A

Tints of Rustic Red #31060A

Color information

#31060A (or 0x31060A) is unknown color: approx Rustic Red. HEX triplet: 31, 06 and 0A. RGB value is (49,6,10). Sum of RGB (Red+Green+Blue) = 49+6+10=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #31060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31060A is #CEF9F5. Grayscale: #131313. Windows color (decimal): -13564406 or 656945. OLE color: 656945.

HSL color Cylindrical-coordinate representation of color #31060A: hue angle of 354.42º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31060A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB49610-
CMYK00.880.800.81
HSL354.42º78.18%10.78%-
HSV(B)354.42º87.76%19.22%-
XYZ1.390.810.37-
YUV19.31122.75149.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=75.38%
G=9.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4961000.880.800.81354.4278.1810.78
Hex316A05850511624eb
Octal61612013012012154211613
Binary1100011101010010110001010000101000110110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,6,10); }

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

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

 a { background-color: rgb(49,6,10); }

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

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

 span { border-color: rgb(49,6,10); }

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