#21040B

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

Shades of Rustic Red #21040B

Tints of Rustic Red #21040B

Color information

#21040B (or 0x21040B) is unknown color: approx Rustic Red. HEX triplet: 21, 04 and 0B. RGB value is (33,4,11). Sum of RGB (Red+Green+Blue) = 33+4+11=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #21040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21040B is #DEFBF4. Grayscale: #0D0D0D. Windows color (decimal): -14613493 or 721953. OLE color: 721953.

HSL color Cylindrical-coordinate representation of color #21040B: hue angle of 345.52º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21040B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB33411-
CMYK00.880.670.87
HSL345.52º78.38%7.25%-
HSV(B)345.52º87.88%12.94%-
XYZ0.730.430.36-
YUV13.47126.61141.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 68.75%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=68.75%
G=8.33%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3341100.880.670.87345.5278.387.25
Hex214B058435715a4e7
Octal4141301301031275321167
Binary100001100101101011000100001110101111010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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