#28050A

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

Shades of Rustic Red #28050A

Tints of Rustic Red #28050A

Color information

#28050A (or 0x28050A) is unknown color: approx Rustic Red. HEX triplet: 28, 05 and 0A. RGB value is (40,5,10). Sum of RGB (Red+Green+Blue) = 40+5+10=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28050A is #D7FAF5. Grayscale: #101010. Windows color (decimal): -14154486 or 656680. OLE color: 656680.

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

Color convert

RGB40510-
CMYK00.880.750.84
HSL351.43º77.78%8.82%-
HSV(B)351.43º87.5%15.69%-
XYZ0.980.580.35-
YUV16.04124.6145.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 72.73%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=72.73%
G=9.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4051000.880.750.84351.4377.788.82
Hex285A0584B5415f4e9
Octal50512013011312453711611
Binary1010001011010010110001001011101010010101111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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