#310515

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

Shades of Rustic Red #310515

Tints of Rustic Red #310515

Color information

#310515 (or 0x310515) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 15. RGB value is (49,5,21). Sum of RGB (Red+Green+Blue) = 49+5+21=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310515 is #CEFAEA. Grayscale: #131313. Windows color (decimal): -13564651 or 1377585. OLE color: 1377585.

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

Color convert

RGB49521-
CMYK00.900.570.81
HSL338.18º81.48%10.59%-
HSV(B)338.18º89.8%19.22%-
XYZ1.460.820.79-
YUV19.98128.58148.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 21 (8.59% from 255) = 28%
R=65.33%
G=6.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4952100.900.570.81338.1881.4810.59
Hex3151505A395115251b
Octal6152501327112152212113
Binary1100011011010101011010111001101000110101001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310515; }

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

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

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

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

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

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

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

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