#20000B

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

Shades of Rustic Red #20000B

Tints of Rustic Red #20000B

Color information

#20000B (or 0x20000B) is unknown color: approx Rustic Red. HEX triplet: 20, 00 and 0B. RGB value is (32,0,11). Sum of RGB (Red+Green+Blue) = 32+0+11=43 (5% of max value = 765). Red value is 32 (12.89% from 255 or 74.42% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 32 - color contains mainly: red. Hex color #20000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20000B is #DFFFF4. Grayscale: #0A0A0A. Windows color (decimal): -14680053 or 720928. OLE color: 720928.

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

Color convert

RGB32011-
CMYK010.660.87
HSL339.38º100%6.27%-
HSV(B)339.38º100%12.55%-
XYZ0.660.330.35-
YUV10.82128.1143.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 74.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=74.42%
G=0%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32011010.660.87339.381006.27
Hex200B0644257153646
Octal4001301441021275231446
Binary1000000101101100100100001010101111010100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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