#281517

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

Shades of Rustic Red #281517

Tints of Rustic Red #281517

Color information

#281517 (or 0x281517) is unknown color: approx Rustic Red. HEX triplet: 28, 15 and 17. RGB value is (40,21,23). Sum of RGB (Red+Green+Blue) = 40+21+23=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281517 is #D7EAE8. Grayscale: #1A1A1A. Windows color (decimal): -14150377 or 1512744. OLE color: 1512744.

HSL color Cylindrical-coordinate representation of color #281517: hue angle of 353.68º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281517 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB402123-
CMYK00.480.430.84
HSL353.68º31.15%11.96%-
HSV(B)353.68º47.5%15.69%-
XYZ1.31.050.94-
YUV26.91125.79137.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=47.62%
G=25%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40212300.480.430.84353.6831.1511.96
Hex2815170302B541621fc
Octal502527060531245423714
Binary101000101011011101100001010111010100101100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281517; }

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

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

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

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

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

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

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

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