#28000D

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

Shades of Rustic Red #28000D

Tints of Rustic Red #28000D

Color information

#28000D (or 0x28000D) is unknown color: approx Rustic Red. HEX triplet: 28, 00 and 0D. RGB value is (40,0,13). Sum of RGB (Red+Green+Blue) = 40+0+13=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #28000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28000D is #D7FFF2. Grayscale: #0D0D0D. Windows color (decimal): -14155763 or 852008. OLE color: 852008.

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

Color convert

RGB40013-
CMYK010.670.84
HSL340.5º100%7.84%-
HSV(B)340.5º100%15.69%-
XYZ0.950.480.42-
YUV13.44127.75146.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 75.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=75.47%
G=0%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40013010.670.84340.51007.84
Hex280D0644354154648
Octal50015014410312452414410
Binary10100001101011001001000011101010010101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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