#28040F

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

Shades of Rustic Red #28040F

Tints of Rustic Red #28040F

Color information

#28040F (or 0x28040F) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 0F. RGB value is (40,4,15). Sum of RGB (Red+Green+Blue) = 40+4+15=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #28040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28040F is #D7FBF0. Grayscale: #101010. Windows color (decimal): -14154737 or 984104. OLE color: 984104.

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

Color convert

RGB40415-
CMYK00.900.620.84
HSL341.67º81.82%8.63%-
HSV(B)341.67º90%15.69%-
XYZ10.570.51-
YUV16.02127.43145.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=67.80%
G=6.78%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041500.900.620.84341.6781.828.63
Hex284F05A3E54156529
Octal5041701327612452612211
Binary101000100111101011010111110101010010101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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