#311015

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

Shades of Rustic Red #311015

Tints of Rustic Red #311015

Color information

#311015 (or 0x311015) is unknown color: approx Rustic Red. HEX triplet: 31, 10 and 15. RGB value is (49,16,21). Sum of RGB (Red+Green+Blue) = 49+16+21=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311015 is #CEEFEA. Grayscale: #1A1A1A. Windows color (decimal): -13561835 or 1380401. OLE color: 1380401.

HSL color Cylindrical-coordinate representation of color #311015: hue angle of 350.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311015 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB491621-
CMYK00.670.570.81
HSL350.91º50.77%12.75%-
HSV(B)350.91º67.35%19.22%-
XYZ1.591.080.83-
YUV26.44124.93144.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=56.98%
G=18.60%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49162100.670.570.81350.9150.7712.75
Hex311015043395115f33d
Octal6120250103711215376315
Binary11000110000101010100001111100110100011010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311015; }

 p { color: rgb(49,16,21); }

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

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

 a { background-color: rgb(49,16,21); }

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

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

 span { border-color: rgb(49,16,21); }

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