#281417

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

Shades of Rustic Red #281417

Tints of Rustic Red #281417

Color information

#281417 (or 0x281417) is unknown color: approx Rustic Red. HEX triplet: 28, 14 and 17. RGB value is (40,20,23). Sum of RGB (Red+Green+Blue) = 40+20+23=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281417 is #D7EBE8. Grayscale: #1A1A1A. Windows color (decimal): -14150633 or 1512488. OLE color: 1512488.

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

Color convert

RGB402023-
CMYK00.50.430.84
HSL351º33.33%11.76%-
HSV(B)351º50%15.69%-
XYZ1.281.010.94-
YUV26.32126.13137.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 23 (9.38% from 255) = 27.71%
R=48.19%
G=24.10%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40202300.50.430.8435133.3311.76
Hex2814170322B5415f21c
Octal502427062531245374114
Binary1010001010010111011001010101110101001010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281417; }

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

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

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

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

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

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

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

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