Html Css Color HEX #280815 Rustic Red

📋 copy color: '#280815'

red 40 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #280815

Tints of Rustic Red #280815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.59%

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

R = 57.97%
G = 11.59%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#280815 (or 0x280815) is known color: Rustic Red. HEX triplet: 28, 08 and 15. RGB value is (40,8,21). Sum of RGB (Red+Green+Blue) = 40+8+21=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280815 is #D7F7EA. Grayscale: #131313. Windows color (decimal): -14153707 or 1378344. OLE color: 1378344.

HSL color Cylindrical-coordinate representation of color #280815: hue angle of 335.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280815 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 8 21 -
CMYK 0 0.80 0.48 0.84
HSL 335.63º 0.67% 0.09% -
HSV(B) 335.63º 0.8% 0.16% -
XYZ 1.1 0.68 0.78 -
YUV 19.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 40 8 21 0 0.80 0.48 0.84 335.63 0.67 0.09
Hex 28 8 15 0 50 30 54 150 43 9
Octal 50 10 25 0 120 60 124 520 103 11
Binary 101000 1000 10101 0 1010000 110000 1010100 101010000 1000011 1001

Color Harmonies of #280815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280815

Black with #280815

Text Example


Text Example

White with #280815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280815; }

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

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

background-color css

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

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

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

border-color css

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

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

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