#21010A

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

Shades of Rustic Red #21010A

Tints of Rustic Red #21010A

Color information

#21010A (or 0x21010A) is unknown color: approx Rustic Red. HEX triplet: 21, 01 and 0A. RGB value is (33,1,10). Sum of RGB (Red+Green+Blue) = 33+1+10=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #21010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21010A is #DEFEF5. Grayscale: #0B0B0B. Windows color (decimal): -14614262 or 655649. OLE color: 655649.

HSL color Cylindrical-coordinate representation of color #21010A: hue angle of 343.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21010A is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB33110-
CMYK00.970.700.87
HSL343.12º94.12%6.67%-
HSV(B)343.12º96.97%12.94%-
XYZ0.690.370.32-
YUV11.59127.1143.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=75%
G=2.27%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3311000.970.700.87343.1294.126.67
Hex211A06146571575e7
Octal4111201411061275271367
Binary1000011101001100001100011010101111010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21010A; }

 p { color: rgb(33,1,10); }

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

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

 a { background-color: rgb(33,1,10); }

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

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

 span { border-color: rgb(33,1,10); }

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