#280E12

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

Shades of Rustic Red #280E12

Tints of Rustic Red #280E12

Color information

#280E12 (or 0x280E12) is unknown color: approx Rustic Red. HEX triplet: 28, 0E and 12. RGB value is (40,14,18). Sum of RGB (Red+Green+Blue) = 40+14+18=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #280E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E12 is #D7F1ED. Grayscale: #161616. Windows color (decimal): -14152174 or 1183272. OLE color: 1183272.

HSL color Cylindrical-coordinate representation of color #280E12: hue angle of 350.77º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E12 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB401418-
CMYK00.650.550.84
HSL350.77º48.15%10.59%-
HSV(B)350.77º65%15.69%-
XYZ1.140.810.67-
YUV22.23125.61140.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 18 (7.42% from 255) = 25%
R=55.56%
G=19.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40141800.650.550.84350.7748.1510.59
Hex28E12041375415f30b
Octal5016220101671245376013
Binary1010001110100100100000111011110101001010111111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,14,18); }

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

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

 a { background-color: rgb(40,14,18); }

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

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

 span { border-color: rgb(40,14,18); }

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