#28020F

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

Shades of Rustic Red #28020F

Tints of Rustic Red #28020F

Color information

#28020F (or 0x28020F) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 0F. RGB value is (40,2,15). Sum of RGB (Red+Green+Blue) = 40+2+15=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #28020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020F is #D7FDF0. Grayscale: #0E0E0E. Windows color (decimal): -14155249 or 983592. OLE color: 983592.

HSL color Cylindrical-coordinate representation of color #28020F: hue angle of 339.47º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28020F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB40215-
CMYK00.950.620.84
HSL339.47º90.48%8.24%-
HSV(B)339.47º95%15.69%-
XYZ0.980.530.5-
YUV14.84128.09145.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 70.18%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=70.18%
G=3.51%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021500.950.620.84339.4790.488.24
Hex282F05F3E541535a8
Octal5021701377612452313210
Binary10100010111101011111111110101010010101001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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