#28080A

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

Shades of Rustic Red #28080A

Tints of Rustic Red #28080A

Color information

#28080A (or 0x28080A) is unknown color: approx Rustic Red. HEX triplet: 28, 08 and 0A. RGB value is (40,8,10). Sum of RGB (Red+Green+Blue) = 40+8+10=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #28080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28080A is #D7F7F5. Grayscale: #111111. Windows color (decimal): -14153718 or 657448. OLE color: 657448.

HSL color Cylindrical-coordinate representation of color #28080A: hue angle of 356.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28080A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB40810-
CMYK00.800.750.84
HSL356.25º66.67%9.41%-
HSV(B)356.25º80%15.69%-
XYZ1.020.650.36-
YUV17.8123.6143.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=68.97%
G=13.79%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4081000.800.750.84356.2566.679.41
Hex288A0504B54164439
Octal501012012011312454410311
Binary10100010001010010100001001011101010010110010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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