#20030F

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

Shades of Rustic Red #20030F

Tints of Rustic Red #20030F

Color information

#20030F (or 0x20030F) is unknown color: approx Rustic Red. HEX triplet: 20, 03 and 0F. RGB value is (32,3,15). Sum of RGB (Red+Green+Blue) = 32+3+15=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20030F is #DFFCF0. Grayscale: #0D0D0D. Windows color (decimal): -14679281 or 983840. OLE color: 983840.

HSL color Cylindrical-coordinate representation of color #20030F: hue angle of 335.17º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20030F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB32315-
CMYK00.910.530.87
HSL335.17º82.86%6.86%-
HSV(B)335.17º90.62%12.55%-
XYZ0.710.410.49-
YUV13.04129.11141.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 15 (6.25% from 255) = 30%
R=64%
G=6%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3231500.910.530.87335.1782.866.86
Hex203F05B355714f537
Octal403170133651275171237
Binary1000001111110101101111010110101111010011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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