#280611

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

Shades of Rustic Red #280611

Tints of Rustic Red #280611

Color information

#280611 (or 0x280611) is unknown color: approx Rustic Red. HEX triplet: 28, 06 and 11. RGB value is (40,6,17). Sum of RGB (Red+Green+Blue) = 40+6+17=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280611 is #D7F9EE. Grayscale: #111111. Windows color (decimal): -14154223 or 1115688. OLE color: 1115688.

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

Color convert

RGB40617-
CMYK00.850.570.84
HSL340.59º73.91%9.02%-
HSV(B)340.59º85%15.69%-
XYZ1.040.620.6-
YUV17.42127.76144.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 17 (7.03% from 255) = 26.98%
R=63.49%
G=9.52%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4061700.850.570.84340.5973.919.02
Hex2861105539541554a9
Octal5062101257112452511211
Binary1010001101000101010101111001101010010101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280611; }

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

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

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

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

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

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

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

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