#20000F

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

Shades of Rustic Red #20000F

Tints of Rustic Red #20000F

Color information

#20000F (or 0x20000F) is unknown color: approx Rustic Red. HEX triplet: 20, 00 and 0F. RGB value is (32,0,15). Sum of RGB (Red+Green+Blue) = 32+0+15=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #20000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20000F is #DFFFF0. Grayscale: #0B0B0B. Windows color (decimal): -14680049 or 983072. OLE color: 983072.

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

Color convert

RGB32015-
CMYK010.530.87
HSL331.88º100%6.27%-
HSV(B)331.88º100%12.55%-
XYZ0.680.340.48-
YUV11.28130.1142.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 68.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=68.09%
G=0%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32015010.530.87331.881006.27
Hex200F064355714c646
Octal400170144651275141446
Binary100000011110110010011010110101111010011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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