#28090F

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

Shades of Rustic Red #28090F

Tints of Rustic Red #28090F

Color information

#28090F (or 0x28090F) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 0F. RGB value is (40,9,15). Sum of RGB (Red+Green+Blue) = 40+9+15=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #28090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090F is #D7F6F0. Grayscale: #121212. Windows color (decimal): -14153457 or 985384. OLE color: 985384.

HSL color Cylindrical-coordinate representation of color #28090F: hue angle of 348.39º 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 #28090F is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB40915-
CMYK00.780.620.84
HSL348.39º63.27%9.61%-
HSV(B)348.39º77.5%15.69%-
XYZ1.060.680.53-
YUV18.95125.77143.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=62.5%
G=14.06%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4091500.780.620.84348.3963.279.61
Hex289F04E3E5415c3fa
Octal5011170116761245347712
Binary101000100111110100111011111010101001010111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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