#20030D

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

Shades of Rustic Red #20030D

Tints of Rustic Red #20030D

Color information

#20030D (or 0x20030D) is unknown color: approx Rustic Red. HEX triplet: 20, 03 and 0D. RGB value is (32,3,13). Sum of RGB (Red+Green+Blue) = 32+3+13=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #20030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20030D is #DFFCF2. Grayscale: #0C0C0C. Windows color (decimal): -14679283 or 852768. OLE color: 852768.

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

Color convert

RGB32313-
CMYK00.910.590.87
HSL339.31º82.86%6.86%-
HSV(B)339.31º90.62%12.55%-
XYZ0.70.40.42-
YUV12.81128.11141.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=66.67%
G=6.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3231300.910.590.87339.3182.866.86
Hex203D05B3B57153537
Octal403150133731275231237
Binary1000001111010101101111101110101111010100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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