#31080D

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

Shades of Rustic Red #31080D

Tints of Rustic Red #31080D

Color information

#31080D (or 0x31080D) is unknown color: approx Rustic Red. HEX triplet: 31, 08 and 0D. RGB value is (49,8,13). Sum of RGB (Red+Green+Blue) = 49+8+13=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #31080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31080D is #CEF7F2. Grayscale: #141414. Windows color (decimal): -13563891 or 854065. OLE color: 854065.

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

Color convert

RGB49813-
CMYK00.840.730.81
HSL352.68º71.93%11.18%-
HSV(B)352.68º83.67%19.22%-
XYZ1.430.860.47-
YUV20.83123.58148.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 70%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=70%
G=11.43%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4981300.840.730.81352.6871.9311.18
Hex318D054495116148b
Octal611015012411112154111013
Binary11000110001101010101001001001101000110110000110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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