#280C15

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

Shades of Rustic Red #280C15

Tints of Rustic Red #280C15

Color information

#280C15 (or 0x280C15) is unknown color: approx Rustic Red. HEX triplet: 28, 0C and 15. RGB value is (40,12,21). Sum of RGB (Red+Green+Blue) = 40+12+21=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #280C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C15 is #D7F3EA. Grayscale: #151515. Windows color (decimal): -14152683 or 1379368. OLE color: 1379368.

HSL color Cylindrical-coordinate representation of color #280C15: hue angle of 340.71º 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 #280C15 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB401221-
CMYK00.700.480.84
HSL340.71º53.85%10.2%-
HSV(B)340.71º70%15.69%-
XYZ1.140.770.8-
YUV21.4127.78141.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=54.79%
G=16.44%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40122100.700.480.84340.7153.8510.2
Hex28C15046305415536a
Octal5014250106601245256612
Binary1010001100101010100011011000010101001010101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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