#21000B

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

Shades of Rustic Red #21000B

Tints of Rustic Red #21000B

Color information

#21000B (or 0x21000B) is unknown color: approx Rustic Red. HEX triplet: 21, 00 and 0B. RGB value is (33,0,11). Sum of RGB (Red+Green+Blue) = 33+0+11=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #21000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21000B is #DEFFF4. Grayscale: #0B0B0B. Windows color (decimal): -14614517 or 720929. OLE color: 720929.

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

Color convert

RGB33011-
CMYK010.670.87
HSL340º100%6.47%-
HSV(B)340º100%12.94%-
XYZ0.690.350.35-
YUV11.12127.93143.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33011010.670.873401006.47
Hex210B0644357154646
Octal4101301441031275241446
Binary1000010101101100100100001110101111010101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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