#28020D

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

Shades of Rustic Red #28020D

Tints of Rustic Red #28020D

Color information

#28020D (or 0x28020D) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 0D. RGB value is (40,2,13). Sum of RGB (Red+Green+Blue) = 40+2+13=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020D is #D7FDF2. Grayscale: #0E0E0E. Windows color (decimal): -14155251 or 852520. OLE color: 852520.

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

Color convert

RGB40213-
CMYK00.950.670.84
HSL342.63º90.48%8.24%-
HSV(B)342.63º95%15.69%-
XYZ0.970.520.43-
YUV14.62127.09146.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 72.73%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=72.73%
G=3.64%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021300.950.670.84342.6390.488.24
Hex282D05F43541575a8
Octal50215013710312452713210
Binary101000101101010111111000011101010010101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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