#28020B

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

Shades of Rustic Red #28020B

Tints of Rustic Red #28020B

Color information

#28020B (or 0x28020B) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 0B. RGB value is (40,2,11). Sum of RGB (Red+Green+Blue) = 40+2+11=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #28020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020B is #D7FDF4. Grayscale: #0E0E0E. Windows color (decimal): -14155253 or 721448. OLE color: 721448.

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

Color convert

RGB40211-
CMYK00.950.720.84
HSL345.79º90.48%8.24%-
HSV(B)345.79º95%15.69%-
XYZ0.960.520.37-
YUV14.39126.09146.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 75.47%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=75.47%
G=3.77%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021100.950.720.84345.7990.488.24
Hex282B05F485415a5a8
Octal50213013711012453213210
Binary101000101011010111111001000101010010101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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