#31040B

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

Shades of Rustic Red #31040B

Tints of Rustic Red #31040B

Color information

#31040B (or 0x31040B) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 0B. RGB value is (49,4,11). Sum of RGB (Red+Green+Blue) = 49+4+11=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #31040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31040B is #CEFBF4. Grayscale: #121212. Windows color (decimal): -13564917 or 721969. OLE color: 721969.

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

Color convert

RGB49411-
CMYK00.920.780.81
HSL350.67º84.91%10.39%-
HSV(B)350.67º91.84%19.22%-
XYZ1.370.760.39-
YUV18.25123.91149.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=76.56%
G=6.25%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4941100.920.780.81350.6784.9110.39
Hex314B05C4E5115f55a
Octal61413013411612153712512
Binary1100011001011010111001001110101000110101111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31040B; }

 p { color: rgb(49,4,11); }

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

<style>
 a { background-color: #31040B; }

 a { background-color: rgb(49,4,11); }

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

<style>
 span { border-color: #31040B; }

 span { border-color: rgb(49,4,11); }

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