Html Css Color HEX #280E11 Rustic Red

📋 copy color: '#280E11'

red 40 ◦ green 14 ◦ blue 17

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

Shades of Rustic Red #280E11

Tints of Rustic Red #280E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 23.94%

R = 56.34%
G = 19.72%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#280E11 (or 0x280E11) is known color: Rustic Red. HEX triplet: 28, 0E and 11. RGB value is (40,14,17). Sum of RGB (Red+Green+Blue) = 40+14+17=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E11 is #D7F1EE. Grayscale: #161616. Windows color (decimal): -14152175 or 1117736. OLE color: 1117736.

HSL color Cylindrical-coordinate representation of color #280E11: hue angle of 353.08º 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 #280E11 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 14 17 -
CMYK 0 0.65 0.57 0.84
HSL 353.08º 0.48% 0.11% -
HSV(B) 353.08º 0.65% 0.16% -
XYZ 1.13 0.81 0.63 -
YUV 22.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 40 14 17 0 0.65 0.57 0.84 353.08 0.48 0.11
Hex 28 E 11 0 41 39 54 161 30 B
Octal 50 16 21 0 101 71 124 541 60 13
Binary 101000 1110 10001 0 1000001 111001 1010100 101100001 110000 1011

Color Harmonies of #280E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E11

Black with #280E11

Text Example


Text Example

White with #280E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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