#280E17

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

Shades of Rustic Red #280E17

Tints of Rustic Red #280E17

Color information

#280E17 (or 0x280E17) is unknown color: approx Rustic Red. HEX triplet: 28, 0E and 17. RGB value is (40,14,23). Sum of RGB (Red+Green+Blue) = 40+14+23=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E17 is #D7F1E8. Grayscale: #161616. Windows color (decimal): -14152169 or 1510952. OLE color: 1510952.

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

Color convert

RGB401423-
CMYK00.650.430.84
HSL339.23º48.15%10.59%-
HSV(B)339.23º65%15.69%-
XYZ1.190.830.91-
YUV22.8128.11140.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=51.95%
G=18.18%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40142300.650.430.84339.2348.1510.59
Hex28E170412B5415330b
Octal5016270101531245236013
Binary1010001110101110100000110101110101001010100111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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