#280710

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

Shades of Rustic Red #280710

Tints of Rustic Red #280710

Color information

#280710 (or 0x280710) is unknown color: approx Rustic Red. HEX triplet: 28, 07 and 10. RGB value is (40,7,16). Sum of RGB (Red+Green+Blue) = 40+7+16=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280710 is #D7F8EF. Grayscale: #111111. Windows color (decimal): -14153968 or 1050408. OLE color: 1050408.

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

Color convert

RGB40716-
CMYK00.830.600.84
HSL343.64º70.21%9.22%-
HSV(B)343.64º82.5%15.69%-
XYZ1.040.640.56-
YUV17.89126.93143.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=63.49%
G=11.11%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4071600.830.600.84343.6470.219.22
Hex287100533C54158469
Octal5072001237412453010611
Binary1010001111000001010011111100101010010101100010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280710; }

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

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

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

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

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

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

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

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