#280C10

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

Shades of Rustic Red #280C10

Tints of Rustic Red #280C10

Color information

#280C10 (or 0x280C10) is unknown color: approx Rustic Red. HEX triplet: 28, 0C and 10. RGB value is (40,12,16). Sum of RGB (Red+Green+Blue) = 40+12+16=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C10 is #D7F3EF. Grayscale: #141414. Windows color (decimal): -14152688 or 1051688. OLE color: 1051688.

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

Color convert

RGB401216-
CMYK00.700.600.84
HSL351.43º53.85%10.2%-
HSV(B)351.43º70%15.69%-
XYZ1.10.750.58-
YUV20.83125.28141.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 12 (5.08% from 255) = 17.65%
BLUE value IS 16 (6.64% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40121600.700.600.84351.4353.8510.2
Hex28C100463C5415f36a
Octal5014200106741245376612
Binary1010001100100000100011011110010101001010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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