Html Css Color HEX #280E15 Rustic Red

📋 copy color: '#280E15'

red 40 ◦ green 14 ◦ blue 21

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

Shades of Rustic Red #280E15

Tints of Rustic Red #280E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.67%

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

R = 53.33%
G = 18.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#280E15 (or 0x280E15) is known color: Rustic Red. HEX triplet: 28, 0E and 15. RGB value is (40,14,21). Sum of RGB (Red+Green+Blue) = 40+14+21=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E15 is #D7F1EA. Grayscale: #161616. Windows color (decimal): -14152171 or 1379880. OLE color: 1379880.

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

Color convert

RGB 40 14 21 -
CMYK 0 0.65 0.48 0.84
HSL 343.85º 0.48% 0.11% -
HSV(B) 343.85º 0.65% 0.16% -
XYZ 1.17 0.82 0.81 -
YUV 22.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 40 14 21 0 0.65 0.48 0.84 343.85 0.48 0.11
Hex 28 E 15 0 41 30 54 158 30 B
Octal 50 16 25 0 101 60 124 530 60 13
Binary 101000 1110 10101 0 1000001 110000 1010100 101011000 110000 1011

Color Harmonies of #280E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E15

Black with #280E15

Text Example


Text Example

White with #280E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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