#31020F

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

Shades of Rustic Red #31020F

Tints of Rustic Red #31020F

Color information

#31020F (or 0x31020F) is unknown color: approx Rustic Red. HEX triplet: 31, 02 and 0F. RGB value is (49,2,15). Sum of RGB (Red+Green+Blue) = 49+2+15=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #31020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31020F is #CEFDF0. Grayscale: #111111. Windows color (decimal): -13565425 or 983601. OLE color: 983601.

HSL color Cylindrical-coordinate representation of color #31020F: hue angle of 343.4º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31020F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB49215-
CMYK00.960.690.81
HSL343.4º92.16%10%-
HSV(B)343.4º95.92%19.22%-
XYZ1.370.730.52-
YUV17.54126.57150.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=74.24%
G=3.03%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921500.960.690.81343.492.1610
Hex312F06045511575ca
Octal61217014010512152713412
Binary110001101111011000001000101101000110101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31020F; }

 p { color: rgb(49,2,15); }

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

<style>
 a { background-color: #31020F; }

 a { background-color: rgb(49,2,15); }

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

<style>
 span { border-color: #31020F; }

 span { border-color: rgb(49,2,15); }

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