#28020A

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

Shades of Rustic Red #28020A

Tints of Rustic Red #28020A

Color information

#28020A (or 0x28020A) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 0A. RGB value is (40,2,10). Sum of RGB (Red+Green+Blue) = 40+2+10=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #28020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020A is #D7FDF5. Grayscale: #0E0E0E. Windows color (decimal): -14155254 or 655912. OLE color: 655912.

HSL color Cylindrical-coordinate representation of color #28020A: hue angle of 347.37º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28020A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB40210-
CMYK00.950.750.84
HSL347.37º90.48%8.24%-
HSV(B)347.37º95%15.69%-
XYZ0.950.520.34-
YUV14.27125.59146.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 76.92%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=76.92%
G=3.85%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021000.950.750.84347.3790.488.24
Hex282A05F4B5415b5a8
Octal50212013711312453313210
Binary101000101010010111111001011101010010101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,2,10); }

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

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

 a { background-color: rgb(40,2,10); }

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

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

 span { border-color: rgb(40,2,10); }

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