Html Css Color HEX #281115 Rustic Red

📋 copy color: '#281115'

red 40 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #281115

Tints of Rustic Red #281115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.79%

 BLUE value IS 21 (8.59% from 255) = 26.92%

R = 51.28%
G = 21.79%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281115 (or 0x281115) is known color: Rustic Red. HEX triplet: 28, 11 and 15. RGB value is (40,17,21). Sum of RGB (Red+Green+Blue) = 40+17+21=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281115 is #D7EEEA. Grayscale: #181818. Windows color (decimal): -14151403 or 1380648. OLE color: 1380648.

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

Color convert

RGB 40 17 21 -
CMYK 0 0.57 0.48 0.84
HSL 349.57º 0.4% 0.11% -
HSV(B) 349.57º 0.58% 0.16% -
XYZ 1.21 0.91 0.82 -
YUV 24.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 40 17 21 0 0.57 0.48 0.84 349.57 0.4 0.11
Hex 28 11 15 0 39 30 54 15E 28 B
Octal 50 21 25 0 71 60 124 536 50 13
Binary 101000 10001 10101 0 111001 110000 1010100 101011110 101000 1011

Color Harmonies of #281115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281115

Black with #281115

Text Example


Text Example

White with #281115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281115; }

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

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

background-color css

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

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

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

border-color css

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

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

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