#210C0D

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

Shades of Rustic Red #210C0D

Tints of Rustic Red #210C0D

Color information

#210C0D (or 0x210C0D) is unknown color: approx Rustic Red. HEX triplet: 21, 0C and 0D. RGB value is (33,12,13). Sum of RGB (Red+Green+Blue) = 33+12+13=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C0D is #DEF3F2. Grayscale: #121212. Windows color (decimal): -14611443 or 855073. OLE color: 855073.

HSL color Cylindrical-coordinate representation of color #210C0D: hue angle of 357.14º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #210C0D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB331213-
CMYK00.640.610.87
HSL357.14º46.67%8.82%-
HSV(B)357.14º63.64%12.94%-
XYZ0.830.620.46-
YUV18.39124.96138.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 56.90%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=56.90%
G=20.69%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33121300.640.610.87357.1446.678.82
Hex21CD0403D571652f9
Octal4114150100751275455711
Binary100001110011010100000011110110101111011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210C0D; }

 p { color: rgb(33,12,13); }

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

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

 a { background-color: rgb(33,12,13); }

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

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

 span { border-color: rgb(33,12,13); }

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