#210C10

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

Shades of Rustic Red #210C10

Tints of Rustic Red #210C10

Color information

#210C10 (or 0x210C10) is unknown color: approx Rustic Red. HEX triplet: 21, 0C and 10. RGB value is (33,12,16). Sum of RGB (Red+Green+Blue) = 33+12+16=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #210C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C10 is #DEF3EF. Grayscale: #121212. Windows color (decimal): -14611440 or 1051681. OLE color: 1051681.

HSL color Cylindrical-coordinate representation of color #210C10: hue angle of 348.57º 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 #210C10 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB331216-
CMYK00.640.520.87
HSL348.57º46.67%8.82%-
HSV(B)348.57º63.64%12.94%-
XYZ0.850.620.57-
YUV18.74126.46138.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 54.10%
GREEN value IS 12 (5.08% from 255) = 19.67%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=54.10%
G=19.67%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33121600.640.520.87348.5746.678.82
Hex21C10040345715d2f9
Octal4114200100641275355711
Binary1000011100100000100000011010010101111010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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