#28040B

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

Shades of Rustic Red #28040B

Tints of Rustic Red #28040B

Color information

#28040B (or 0x28040B) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 0B. RGB value is (40,4,11). Sum of RGB (Red+Green+Blue) = 40+4+11=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28040B is #D7FBF4. Grayscale: #0F0F0F. Windows color (decimal): -14154741 or 721960. OLE color: 721960.

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

Color convert

RGB40411-
CMYK00.900.720.84
HSL348.33º81.82%8.63%-
HSV(B)348.33º90%15.69%-
XYZ0.980.560.37-
YUV15.56125.43145.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 72.73%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 11 (4.69% from 255) = 20%
R=72.73%
G=7.27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041100.900.720.84348.3381.828.63
Hex284B05A485415c529
Octal50413013211012453412211
Binary1010001001011010110101001000101010010101110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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