#28090A

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

Shades of Rustic Red #28090A

Tints of Rustic Red #28090A

Color information

#28090A (or 0x28090A) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 0A. RGB value is (40,9,10). Sum of RGB (Red+Green+Blue) = 40+9+10=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #28090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090A is #D7F6F5. Grayscale: #121212. Windows color (decimal): -14153462 or 657704. OLE color: 657704.

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

Color convert

RGB40910-
CMYK00.780.750.84
HSL358.06º63.27%9.61%-
HSV(B)358.06º77.5%15.69%-
XYZ1.030.670.36-
YUV18.38123.27143.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=67.80%
G=15.25%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4091000.780.750.84358.0663.279.61
Hex289A04E4B541663fa
Octal50111201161131245467712
Binary1010001001101001001110100101110101001011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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