Html Css Color HEX #281315 Rustic Red

📋 copy color: '#281315'

red 40 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #281315

Tints of Rustic Red #281315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.75%

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

R = 50%
G = 23.75%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281315 (or 0x281315) is known color: Rustic Red. HEX triplet: 28, 13 and 15. RGB value is (40,19,21). Sum of RGB (Red+Green+Blue) = 40+19+21=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281315 is #D7ECEA. Grayscale: #191919. Windows color (decimal): -14150891 or 1381160. OLE color: 1381160.

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

Color convert

RGB 40 19 21 -
CMYK 0 0.52 0.48 0.84
HSL 354.29º 0.36% 0.12% -
HSV(B) 354.29º 0.53% 0.16% -
XYZ 1.24 0.97 0.83 -
YUV 25.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 40 19 21 0 0.52 0.48 0.84 354.29 0.36 0.12
Hex 28 13 15 0 34 30 54 162 24 C
Octal 50 23 25 0 64 60 124 542 44 14
Binary 101000 10011 10101 0 110100 110000 1010100 101100010 100100 1100

Color Harmonies of #281315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281315

Black with #281315

Text Example


Text Example

White with #281315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281315; }

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

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

background-color css

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

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

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

border-color css

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

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

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