#28000C

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

Shades of Rustic Red #28000C

Tints of Rustic Red #28000C

Color information

#28000C (or 0x28000C) is unknown color: approx Rustic Red. HEX triplet: 28, 00 and 0C. RGB value is (40,0,12). Sum of RGB (Red+Green+Blue) = 40+0+12=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #28000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28000C is #D7FFF3. Grayscale: #0D0D0D. Windows color (decimal): -14155764 or 786472. OLE color: 786472.

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

Color convert

RGB40012-
CMYK010.700.84
HSL342º100%7.84%-
HSV(B)342º100%15.69%-
XYZ0.940.480.39-
YUV13.33127.25147.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 76.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=76.92%
G=0%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40012010.700.843421007.84
Hex280C0644654156648
Octal50014014410612452614410
Binary10100001100011001001000110101010010101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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