#280411

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

Shades of Rustic Red #280411

Tints of Rustic Red #280411

Color information

#280411 (or 0x280411) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 11. RGB value is (40,4,17). Sum of RGB (Red+Green+Blue) = 40+4+17=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280411 is #D7FBEE. Grayscale: #101010. Windows color (decimal): -14154735 or 1115176. OLE color: 1115176.

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

Color convert

RGB40417-
CMYK00.900.570.84
HSL338.33º81.82%8.63%-
HSV(B)338.33º90%15.69%-
XYZ1.020.580.59-
YUV16.25128.43144.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 65.57%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=65.57%
G=6.56%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041700.900.570.84338.3381.828.63
Hex2841105A3954152529
Octal5042101327112452212211
Binary1010001001000101011010111001101010010101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280411; }

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

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

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

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

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

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

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

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