Html Css Color HEX #280911 Rustic Red

📋 copy color: '#280911'

red 40 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #280911

Tints of Rustic Red #280911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

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

R = 60.61%
G = 13.64%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#280911 (or 0x280911) is known color: Rustic Red. HEX triplet: 28, 09 and 11. RGB value is (40,9,17). Sum of RGB (Red+Green+Blue) = 40+9+17=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280911 is #D7F6EE. Grayscale: #131313. Windows color (decimal): -14153455 or 1116456. OLE color: 1116456.

HSL color Cylindrical-coordinate representation of color #280911: hue angle of 344.52º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280911 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 9 17 -
CMYK 0 0.78 0.57 0.84
HSL 344.52º 0.63% 0.1% -
HSV(B) 344.52º 0.78% 0.16% -
XYZ 1.07 0.69 0.61 -
YUV 19.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 40 9 17 0 0.78 0.57 0.84 344.52 0.63 0.1
Hex 28 9 11 0 4E 39 54 159 3F A
Octal 50 11 21 0 116 71 124 531 77 12
Binary 101000 1001 10001 0 1001110 111001 1010100 101011001 111111 1010

Color Harmonies of #280911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280911

Black with #280911

Text Example


Text Example

White with #280911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280911; }

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

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

background-color css

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

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

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

border-color css

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

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

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