#21010B

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

Shades of Rustic Red #21010B

Tints of Rustic Red #21010B

Color information

#21010B (or 0x21010B) is unknown color: approx Rustic Red. HEX triplet: 21, 01 and 0B. RGB value is (33,1,11). Sum of RGB (Red+Green+Blue) = 33+1+11=45 (5% of max value = 765). Red value is 33 (13.28% from 255 or 73.33% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 33 - color contains mainly: red. Hex color #21010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21010B is #DEFEF4. Grayscale: #0B0B0B. Windows color (decimal): -14614261 or 721185. OLE color: 721185.

HSL color Cylindrical-coordinate representation of color #21010B: hue angle of 341.25º 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 #21010B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB33111-
CMYK00.970.670.87
HSL341.25º94.12%6.67%-
HSV(B)341.25º96.97%12.94%-
XYZ0.70.370.35-
YUV11.71127.6143.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 73.33%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=73.33%
G=2.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3311100.970.670.87341.2594.126.67
Hex211B06143571555e7
Octal4111301411031275251367
Binary1000011101101100001100001110101111010101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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