#201315

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

Shades of Rustic Red #201315

Tints of Rustic Red #201315

Color information

#201315 (or 0x201315) is unknown color: approx Rustic Red. HEX triplet: 20, 13 and 15. RGB value is (32,19,21). Sum of RGB (Red+Green+Blue) = 32+19+21=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201315 is #DFECEA. Grayscale: #171717. Windows color (decimal): -14675179 or 1381152. OLE color: 1381152.

HSL color Cylindrical-coordinate representation of color #201315: hue angle of 350.77º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201315 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB321921-
CMYK00.410.340.87
HSL350.77º25.49%10%-
HSV(B)350.77º40.62%12.55%-
XYZ0.960.830.82-
YUV23.11126.81134.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=44.44%
G=26.39%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32192100.410.340.87350.7725.4910
Hex201315029225715f19a
Octal402325051421275373112
Binary100000100111010101010011000101010111101011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201315; }

 p { color: rgb(32,19,21); }

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

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

 a { background-color: rgb(32,19,21); }

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

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

 span { border-color: rgb(32,19,21); }

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