#280F13

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

Shades of Rustic Red #280F13

Tints of Rustic Red #280F13

Color information

#280F13 (or 0x280F13) is unknown color: approx Rustic Red. HEX triplet: 28, 0F and 13. RGB value is (40,15,19). Sum of RGB (Red+Green+Blue) = 40+15+19=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F13 is #D7F0EC. Grayscale: #161616. Windows color (decimal): -14151917 or 1249064. OLE color: 1249064.

HSL color Cylindrical-coordinate representation of color #280F13: hue angle of 350.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 #280F13 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB401519-
CMYK00.620.520.84
HSL350.4º45.45%10.78%-
HSV(B)350.4º62.5%15.69%-
XYZ1.160.840.72-
YUV22.93125.78140.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 15 (6.25% from 255) = 20.27%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=54.05%
G=20.27%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40151900.620.520.84350.445.4510.78
Hex28F1303E345415e2db
Octal501723076641245365513
Binary101000111110011011111011010010101001010111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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