#21000D

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

Shades of Rustic Red #21000D

Tints of Rustic Red #21000D

Color information

#21000D (or 0x21000D) is unknown color: approx Rustic Red. HEX triplet: 21, 00 and 0D. RGB value is (33,0,13). Sum of RGB (Red+Green+Blue) = 33+0+13=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #21000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21000D is #DEFFF2. Grayscale: #0B0B0B. Windows color (decimal): -14614515 or 852001. OLE color: 852001.

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

Color convert

RGB33013-
CMYK010.610.87
HSL336.36º100%6.47%-
HSV(B)336.36º100%12.94%-
XYZ0.70.350.41-
YUV11.35128.93143.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 71.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=71.74%
G=0%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33013010.610.87336.361006.47
Hex210D0643D57150646
Octal410150144751275201446
Binary100001011010110010011110110101111010100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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