Html Css Color HEX #281519 Rustic Red

📋 copy color: '#281519'

red 40 ◦ green 21 ◦ blue 25

#281519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #281519

Tints of Rustic Red #281519

RGB

 RED value IS 40 (16.02% from 255) = 46.51%

 GREEN value IS 21 (8.59% from 255) = 24.42%

 BLUE value IS 25 (10.16% from 255) = 29.07%

R = 46.51%
G = 24.42%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#281519 (or 0x281519) is known color: Rustic Red. HEX triplet: 28, 15 and 19. RGB value is (40,21,25). Sum of RGB (Red+Green+Blue) = 40+21+25=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281519 is #D7EAE6. Grayscale: #1B1B1B. Windows color (decimal): -14150375 or 1643816. OLE color: 1643816.

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

Color convert

RGB 40 21 25 -
CMYK 0 0.48 0.38 0.84
HSL 347.37º 0.31% 0.12% -
HSV(B) 347.37º 0.48% 0.16% -
XYZ 1.32 1.06 1.05 -
YUV 27.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 40 21 25 0 0.48 0.38 0.84 347.37 0.31 0.12
Hex 28 15 19 0 30 26 54 15B 1F C
Octal 50 25 31 0 60 46 124 533 37 14
Binary 101000 10101 11001 0 110000 100110 1010100 101011011 11111 1100

Color Harmonies of #281519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281519

Black with #281519

Text Example


Text Example

White with #281519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281519; }

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

 H1.HeaderClassName
 {
   color: #281519;
 }
 .AnyTagClassName
 {
   color: #281519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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