#280F18

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

Shades of Rustic Red #280F18

Tints of Rustic Red #280F18

Color information

#280F18 (or 0x280F18) is unknown color: approx Rustic Red. HEX triplet: 28, 0F and 18. RGB value is (40,15,24). Sum of RGB (Red+Green+Blue) = 40+15+24=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F18 is #D7F0E7. Grayscale: #171717. Windows color (decimal): -14151912 or 1576744. OLE color: 1576744.

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

Color convert

RGB401524-
CMYK00.620.400.84
HSL338.4º45.45%10.78%-
HSV(B)338.4º62.5%15.69%-
XYZ1.210.860.97-
YUV23.5128.28139.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=50.63%
G=18.99%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40152400.620.400.84338.445.4510.78
Hex28F1803E28541522db
Octal501730076501245225513
Binary101000111111000011111010100010101001010100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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