#280711

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

Shades of Rustic Red #280711

Tints of Rustic Red #280711

Color information

#280711 (or 0x280711) is unknown color: approx Rustic Red. HEX triplet: 28, 07 and 11. RGB value is (40,7,17). Sum of RGB (Red+Green+Blue) = 40+7+17=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280711 is #D7F8EE. Grayscale: #121212. Windows color (decimal): -14153967 or 1115944. OLE color: 1115944.

HSL color Cylindrical-coordinate representation of color #280711: hue angle of 341.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280711 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB40717-
CMYK00.830.570.84
HSL341.82º70.21%9.22%-
HSV(B)341.82º82.5%15.69%-
XYZ1.050.640.6-
YUV18.01127.43143.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=62.5%
G=10.94%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4071700.830.570.84341.8270.219.22
Hex287110533954156469
Octal5072101237112452610611
Binary1010001111000101010011111001101010010101011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280711; }

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

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

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

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

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

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

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

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