Html Css Color HEX #280211 Rustic Red

📋 copy color: '#280211'

red 40 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #280211

Tints of Rustic Red #280211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.39%

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

R = 67.8%
G = 3.39%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#280211 (or 0x280211) is known color: Rustic Red. HEX triplet: 28, 02 and 11. RGB value is (40,2,17). Sum of RGB (Red+Green+Blue) = 40+2+17=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280211 is #D7FDEE. Grayscale: #0F0F0F. Windows color (decimal): -14155247 or 1114664. OLE color: 1114664.

HSL color Cylindrical-coordinate representation of color #280211: hue angle of 336.32º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280211 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 2 17 -
CMYK 0 0.95 0.57 0.84
HSL 336.32º 0.9% 0.08% -
HSV(B) 336.32º 0.95% 0.16% -
XYZ 1 0.54 0.58 -
YUV 15.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 40 2 17 0 0.95 0.57 0.84 336.32 0.9 0.08
Hex 28 2 11 0 5F 39 54 150 5A 8
Octal 50 2 21 0 137 71 124 520 132 10
Binary 101000 10 10001 0 1011111 111001 1010100 101010000 1011010 1000

Color Harmonies of #280211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280211

Black with #280211

Text Example


Text Example

White with #280211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280211; }

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

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

background-color css

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

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

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

border-color css

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

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

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