#28060B

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

Shades of Rustic Red #28060B

Tints of Rustic Red #28060B

Color information

#28060B (or 0x28060B) is unknown color: approx Rustic Red. HEX triplet: 28, 06 and 0B. RGB value is (40,6,11). Sum of RGB (Red+Green+Blue) = 40+6+11=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #28060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28060B is #D7F9F4. Grayscale: #101010. Windows color (decimal): -14154229 or 722472. OLE color: 722472.

HSL color Cylindrical-coordinate representation of color #28060B: hue angle of 351.18º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28060B is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB40611-
CMYK00.850.720.84
HSL351.18º73.91%9.02%-
HSV(B)351.18º85%15.69%-
XYZ10.610.38-
YUV16.74124.76144.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 70.18%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=70.18%
G=10.53%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4061100.850.720.84351.1873.919.02
Hex286B055485415f4a9
Octal50613012511012453711211
Binary1010001101011010101011001000101010010101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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