#280911

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

Shades of Rustic Red #280911

Tints of Rustic Red #280911

Color information

#280911 (or 0x280911) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 11. RGB value is (40,9,17). Sum of RGB (Red+Green+Blue) = 40+9+17=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280911 is #D7F6EE. Grayscale: #131313. Windows color (decimal): -14153455 or 1116456. OLE color: 1116456.

HSL color Cylindrical-coordinate representation of color #280911: hue angle of 344.52º 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 #280911 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB40917-
CMYK00.780.570.84
HSL344.52º63.27%9.61%-
HSV(B)344.52º77.5%15.69%-
XYZ1.070.690.61-
YUV19.18126.77142.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=60.61%
G=13.64%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4091700.780.570.84344.5263.279.61
Hex2891104E39541593fa
Octal5011210116711245317712
Binary1010001001100010100111011100110101001010110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280911; }

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

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

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

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

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

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

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

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