#281012

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

Shades of Rustic Red #281012

Tints of Rustic Red #281012

Color information

#281012 (or 0x281012) is unknown color: approx Rustic Red. HEX triplet: 28, 10 and 12. RGB value is (40,16,18). Sum of RGB (Red+Green+Blue) = 40+16+18=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #281012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281012 is #D7EFED. Grayscale: #171717. Windows color (decimal): -14151662 or 1183784. OLE color: 1183784.

HSL color Cylindrical-coordinate representation of color #281012: hue angle of 355º 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 #281012 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB401618-
CMYK00.600.550.84
HSL355º42.86%10.98%-
HSV(B)355º60%15.69%-
XYZ1.170.870.68-
YUV23.4124.95139.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=54.05%
G=21.62%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40161800.600.550.8435542.8610.98
Hex28101203C37541632bb
Octal502022074671245435313
Binary1010001000010010011110011011110101001011000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281012; }

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

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

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

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

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

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

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

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