#31090D

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

Shades of Rustic Red #31090D

Tints of Rustic Red #31090D

Color information

#31090D (or 0x31090D) is unknown color: approx Rustic Red. HEX triplet: 31, 09 and 0D. RGB value is (49,9,13). Sum of RGB (Red+Green+Blue) = 49+9+13=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #31090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31090D is #CEF6F2. Grayscale: #151515. Windows color (decimal): -13563635 or 854321. OLE color: 854321.

HSL color Cylindrical-coordinate representation of color #31090D: hue angle of 354º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31090D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB49913-
CMYK00.820.730.81
HSL354º68.97%11.37%-
HSV(B)354º81.63%19.22%-
XYZ1.440.880.47-
YUV21.42123.25147.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=69.01%
G=12.68%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4991300.820.730.8135468.9711.37
Hex319D052495116245b
Octal611115012211112154210513
Binary11000110011101010100101001001101000110110001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31090D; }

 p { color: rgb(49,9,13); }

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

<style>
 a { background-color: #31090D; }

 a { background-color: rgb(49,9,13); }

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

<style>
 span { border-color: #31090D; }

 span { border-color: rgb(49,9,13); }

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