#280C18

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

Shades of Rustic Red #280C18

Tints of Rustic Red #280C18

Color information

#280C18 (or 0x280C18) is unknown color: approx Rustic Red. HEX triplet: 28, 0C and 18. RGB value is (40,12,24). Sum of RGB (Red+Green+Blue) = 40+12+24=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #280C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C18 is #D7F3E7. Grayscale: #151515. Windows color (decimal): -14152680 or 1575976. OLE color: 1575976.

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

Color convert

RGB401224-
CMYK00.700.400.84
HSL334.29º53.85%10.2%-
HSV(B)334.29º70%15.69%-
XYZ1.170.780.95-
YUV21.74129.28141.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=52.63%
G=15.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40122400.700.400.84334.2953.8510.2
Hex28C18046285414e36a
Octal5014300106501245166612
Binary1010001100110000100011010100010101001010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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