#28020C

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

Shades of Rustic Red #28020C

Tints of Rustic Red #28020C

Color information

#28020C (or 0x28020C) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 0C. RGB value is (40,2,12). Sum of RGB (Red+Green+Blue) = 40+2+12=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #28020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020C is #D7FDF3. Grayscale: #0E0E0E. Windows color (decimal): -14155252 or 786984. OLE color: 786984.

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

Color convert

RGB40212-
CMYK00.950.700.84
HSL344.21º90.48%8.24%-
HSV(B)344.21º95%15.69%-
XYZ0.960.520.4-
YUV14.5126.59146.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=74.07%
G=3.70%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021200.950.700.84344.2190.488.24
Hex282C05F46541585a8
Octal50214013710612453013210
Binary101000101100010111111000110101010010101100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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