#28090C

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

Shades of Rustic Red #28090C

Tints of Rustic Red #28090C

Color information

#28090C (or 0x28090C) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 0C. RGB value is (40,9,12). Sum of RGB (Red+Green+Blue) = 40+9+12=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #28090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090C is #D7F6F3. Grayscale: #121212. Windows color (decimal): -14153460 or 788776. OLE color: 788776.

HSL color Cylindrical-coordinate representation of color #28090C: hue angle of 354.19º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28090C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB40912-
CMYK00.780.700.84
HSL354.19º63.27%9.61%-
HSV(B)354.19º77.5%15.69%-
XYZ1.040.670.42-
YUV18.61124.27143.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 65.57%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=65.57%
G=14.75%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4091200.780.700.84354.1963.279.61
Hex289C04E46541623fa
Octal50111401161061245427712
Binary1010001001110001001110100011010101001011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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