#281013

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

Shades of Rustic Red #281013

Tints of Rustic Red #281013

Color information

#281013 (or 0x281013) is unknown color: approx Rustic Red. HEX triplet: 28, 10 and 13. RGB value is (40,16,19). Sum of RGB (Red+Green+Blue) = 40+16+19=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281013 is #D7EFEC. Grayscale: #171717. Windows color (decimal): -14151661 or 1249320. OLE color: 1249320.

HSL color Cylindrical-coordinate representation of color #281013: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281013 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB401619-
CMYK00.600.520.84
HSL352.5º42.86%10.98%-
HSV(B)352.5º60%15.69%-
XYZ1.180.870.72-
YUV23.52125.45139.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=53.33%
G=21.33%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40161900.600.520.84352.542.8610.98
Hex28101303C34541602bb
Octal502023074641245405313
Binary1010001000010011011110011010010101001011000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281013; }

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

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

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

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

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

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

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

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