#31000A

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

Shades of Rustic Red #31000A

Tints of Rustic Red #31000A

Color information

#31000A (or 0x31000A) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 0A. RGB value is (49,0,10). Sum of RGB (Red+Green+Blue) = 49+0+10=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #31000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31000A is #CEFFF5. Grayscale: #0F0F0F. Windows color (decimal): -13565942 or 655409. OLE color: 655409.

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

Color convert

RGB49010-
CMYK010.800.81
HSL347.76º100%9.61%-
HSV(B)347.76º100%19.22%-
XYZ1.320.670.35-
YUV15.79124.73151.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 83.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=83.05%
G=0%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49010010.800.81347.761009.61
Hex310A064505115c64a
Octal61012014412012153414412
Binary11000101010011001001010000101000110101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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