Html Css Color HEX #281215 Rustic Red

📋 copy color: '#281215'

red 40 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #281215

Tints of Rustic Red #281215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.78%

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

R = 50.63%
G = 22.78%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281215 (or 0x281215) is known color: Rustic Red. HEX triplet: 28, 12 and 15. RGB value is (40,18,21). Sum of RGB (Red+Green+Blue) = 40+18+21=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281215 is #D7EDEA. Grayscale: #181818. Windows color (decimal): -14151147 or 1380904. OLE color: 1380904.

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

Color convert

RGB 40 18 21 -
CMYK 0 0.55 0.48 0.84
HSL 351.82º 0.38% 0.11% -
HSV(B) 351.82º 0.55% 0.16% -
XYZ 1.23 0.94 0.83 -
YUV 24.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 40 18 21 0 0.55 0.48 0.84 351.82 0.38 0.11
Hex 28 12 15 0 37 30 54 160 26 B
Octal 50 22 25 0 67 60 124 540 46 13
Binary 101000 10010 10101 0 110111 110000 1010100 101100000 100110 1011

Color Harmonies of #281215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281215

Black with #281215

Text Example


Text Example

White with #281215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281215; }

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

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

background-color css

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

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

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

border-color css

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

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

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