#28060A

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

Shades of Rustic Red #28060A

Tints of Rustic Red #28060A

Color information

#28060A (or 0x28060A) is unknown color: approx Rustic Red. HEX triplet: 28, 06 and 0A. RGB value is (40,6,10). Sum of RGB (Red+Green+Blue) = 40+6+10=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #28060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28060A is #D7F9F5. Grayscale: #101010. Windows color (decimal): -14154230 or 656936. OLE color: 656936.

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

Color convert

RGB40610-
CMYK00.850.750.84
HSL352.94º73.91%9.02%-
HSV(B)352.94º85%15.69%-
XYZ0.990.60.35-
YUV16.62124.26144.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 10.71%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=71.43%
G=10.71%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4061000.850.750.84352.9473.919.02
Hex286A0554B541614a9
Octal50612012511312454111211
Binary1010001101010010101011001011101010010110000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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