#280D10

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

Shades of Rustic Red #280D10

Tints of Rustic Red #280D10

Color information

#280D10 (or 0x280D10) is unknown color: approx Rustic Red. HEX triplet: 28, 0D and 10. RGB value is (40,13,16). Sum of RGB (Red+Green+Blue) = 40+13+16=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D10 is #D7F2EF. Grayscale: #151515. Windows color (decimal): -14152432 or 1051944. OLE color: 1051944.

HSL color Cylindrical-coordinate representation of color #280D10: hue angle of 353.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D10 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB401316-
CMYK00.670.600.84
HSL353.33º50.94%10.39%-
HSV(B)353.33º67.5%15.69%-
XYZ1.110.780.58-
YUV21.42124.95141.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 13 (5.47% from 255) = 18.84%
BLUE value IS 16 (6.64% from 255) = 23.19%
R=57.97%
G=18.84%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40131600.670.600.84353.3350.9410.39
Hex28D100433C5416133a
Octal5015200103741245416312
Binary1010001101100000100001111110010101001011000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280D10; }

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

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

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

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

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

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

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

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