#28000B

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

Shades of Rustic Red #28000B

Tints of Rustic Red #28000B

Color information

#28000B (or 0x28000B) is unknown color: approx Rustic Red. HEX triplet: 28, 00 and 0B. RGB value is (40,0,11). Sum of RGB (Red+Green+Blue) = 40+0+11=51 (6% of max value = 765). Red value is 40 (16.02% from 255 or 78.43% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 40 - color contains mainly: red. Hex color #28000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28000B is #D7FFF4. Grayscale: #0D0D0D. Windows color (decimal): -14155765 or 720936. OLE color: 720936.

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

Color convert

RGB40011-
CMYK010.720.84
HSL343.5º100%7.84%-
HSV(B)343.5º100%15.69%-
XYZ0.940.480.36-
YUV13.21126.75147.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 78.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=78.43%
G=0%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40011010.720.84343.51007.84
Hex280B0644854158648
Octal50013014411012453014410
Binary10100001011011001001001000101010010101100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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