Html Css Color HEX #281415 Rustic Red

📋 copy color: '#281415'

red 40 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #281415

Tints of Rustic Red #281415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.69%

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

R = 49.38%
G = 24.69%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281415 (or 0x281415) is known color: Rustic Red. HEX triplet: 28, 14 and 15. RGB value is (40,20,21). Sum of RGB (Red+Green+Blue) = 40+20+21=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281415 is #D7EBEA. Grayscale: #1A1A1A. Windows color (decimal): -14150635 or 1381416. OLE color: 1381416.

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

Color convert

RGB 40 20 21 -
CMYK 0 0.5 0.48 0.84
HSL 357º 0.33% 0.12% -
HSV(B) 357º 0.5% 0.16% -
XYZ 1.26 1.01 0.84 -
YUV 26.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 40 20 21 0 0.5 0.48 0.84 357 0.33 0.12
Hex 28 14 15 0 32 30 54 165 21 C
Octal 50 24 25 0 62 60 124 545 41 14
Binary 101000 10100 10101 0 110010 110000 1010100 101100101 100001 1100

Color Harmonies of #281415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281415

Black with #281415

Text Example


Text Example

White with #281415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281415; }

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

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

background-color css

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

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

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

border-color css

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

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

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