#20050F

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

Shades of Rustic Red #20050F

Tints of Rustic Red #20050F

Color information

#20050F (or 0x20050F) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 0F. RGB value is (32,5,15). Sum of RGB (Red+Green+Blue) = 32+5+15=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #20050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20050F is #DFFAF0. Grayscale: #0E0E0E. Windows color (decimal): -14678769 or 984352. OLE color: 984352.

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

Color convert

RGB32515-
CMYK00.840.530.87
HSL337.78º72.97%7.25%-
HSV(B)337.78º84.38%12.55%-
XYZ0.740.450.5-
YUV14.21128.45140.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=61.54%
G=9.62%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251500.840.530.87337.7872.977.25
Hex205F0543557152497
Octal405170124651275221117
Binary10000010111110101010011010110101111010100101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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