#281213

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

Shades of Rustic Red #281213

Tints of Rustic Red #281213

Color information

#281213 (or 0x281213) is unknown color: approx Rustic Red. HEX triplet: 28, 12 and 13. RGB value is (40,18,19). Sum of RGB (Red+Green+Blue) = 40+18+19=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281213 is #D7EDEC. Grayscale: #181818. Windows color (decimal): -14151149 or 1249832. OLE color: 1249832.

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

Color convert

RGB401819-
CMYK00.550.520.84
HSL357.27º37.93%11.37%-
HSV(B)357.27º55%15.69%-
XYZ1.210.930.73-
YUV24.69124.79138.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=51.95%
G=23.38%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40181900.550.520.84357.2737.9311.37
Hex281213037345416526b
Octal502223067641245454613
Binary1010001001010011011011111010010101001011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281213; }

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

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

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

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

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

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

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

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