#281319

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

Shades of Rustic Red #281319

Tints of Rustic Red #281319

Color information

#281319 (or 0x281319) is unknown color: approx Rustic Red. HEX triplet: 28, 13 and 19. RGB value is (40,19,25). Sum of RGB (Red+Green+Blue) = 40+19+25=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281319 is #D7ECE6. Grayscale: #191919. Windows color (decimal): -14150887 or 1643304. OLE color: 1643304.

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

Color convert

RGB401925-
CMYK00.520.380.84
HSL342.86º35.59%11.57%-
HSV(B)342.86º52.5%15.69%-
XYZ1.280.991.04-
YUV25.96127.46138.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=47.62%
G=22.62%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40192500.520.380.84342.8635.5911.57
Hex281319034265415724c
Octal502331064461245274414
Binary1010001001111001011010010011010101001010101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281319; }

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

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

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

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

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

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

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

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