#210010

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

Shades of Rustic Red #210010

Tints of Rustic Red #210010

Color information

#210010 (or 0x210010) is unknown color: approx Rustic Red. HEX triplet: 21, 00 and 10. RGB value is (33,0,16). Sum of RGB (Red+Green+Blue) = 33+0+16=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210010 is #DEFFEF. Grayscale: #0B0B0B. Windows color (decimal): -14614512 or 1048609. OLE color: 1048609.

HSL color Cylindrical-coordinate representation of color #210010: hue angle of 330.91º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210010 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB33016-
CMYK010.520.87
HSL330.91º100%6.47%-
HSV(B)330.91º100%12.94%-
XYZ0.720.360.52-
YUV11.69130.43143.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 67.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=67.35%
G=0%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33016010.520.87330.911006.47
Hex21010064345714b646
Octal410200144641275131446
Binary1000010100000110010011010010101111010010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210010; }

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

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

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

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

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

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

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

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