#20070A

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

Shades of Rustic Red #20070A

Tints of Rustic Red #20070A

Color information

#20070A (or 0x20070A) is unknown color: approx Rustic Red. HEX triplet: 20, 07 and 0A. RGB value is (32,7,10). Sum of RGB (Red+Green+Blue) = 32+7+10=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #20070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20070A is #DFF8F5. Grayscale: #0E0E0E. Windows color (decimal): -14678262 or 657184. OLE color: 657184.

HSL color Cylindrical-coordinate representation of color #20070A: hue angle of 352.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20070A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB32710-
CMYK00.780.690.87
HSL352.8º64.1%7.65%-
HSV(B)352.8º78.12%12.55%-
XYZ0.730.480.34-
YUV14.82125.28140.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 65.31%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=65.31%
G=14.29%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3271000.780.690.87352.864.17.65
Hex207A04E4557161408
Octal40712011610512754110010
Binary1000001111010010011101000101101011110110000110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20070A; }

 p { color: rgb(32,7,10); }

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

<style>
 a { background-color: #20070A; }

 a { background-color: rgb(32,7,10); }

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

<style>
 span { border-color: #20070A; }

 span { border-color: rgb(32,7,10); }

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