#28040A

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

Shades of Rustic Red #28040A

Tints of Rustic Red #28040A

Color information

#28040A (or 0x28040A) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 0A. RGB value is (40,4,10). Sum of RGB (Red+Green+Blue) = 40+4+10=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #28040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28040A is #D7FBF5. Grayscale: #0F0F0F. Windows color (decimal): -14154742 or 656424. OLE color: 656424.

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

Color convert

RGB40410-
CMYK00.900.750.84
HSL350º81.82%8.63%-
HSV(B)350º90%15.69%-
XYZ0.970.560.34-
YUV15.45124.93145.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=74.07%
G=7.41%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041000.900.750.8435081.828.63
Hex284A05A4B5415e529
Octal50412013211312453612211
Binary1010001001010010110101001011101010010101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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