Html Css Color HEX #280711 Rustic Red

📋 copy color: '#280711'

red 40 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #280711

Tints of Rustic Red #280711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.94%

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

R = 62.5%
G = 10.94%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#280711 (or 0x280711) is known color: Rustic Red. HEX triplet: 28, 07 and 11. RGB value is (40,7,17). Sum of RGB (Red+Green+Blue) = 40+7+17=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280711 is #D7F8EE. Grayscale: #121212. Windows color (decimal): -14153967 or 1115944. OLE color: 1115944.

HSL color Cylindrical-coordinate representation of color #280711: hue angle of 341.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280711 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 7 17 -
CMYK 0 0.83 0.57 0.84
HSL 341.82º 0.7% 0.09% -
HSV(B) 341.82º 0.83% 0.16% -
XYZ 1.05 0.64 0.6 -
YUV 18.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 40 7 17 0 0.83 0.57 0.84 341.82 0.7 0.09
Hex 28 7 11 0 53 39 54 156 46 9
Octal 50 7 21 0 123 71 124 526 106 11
Binary 101000 111 10001 0 1010011 111001 1010100 101010110 1000110 1001

Color Harmonies of #280711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280711

Black with #280711

Text Example


Text Example

White with #280711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280711; }

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

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

background-color css

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

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

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

border-color css

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

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

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