Html Css Color HEX #280411 Rustic Red

📋 copy color: '#280411'

red 40 ◦ green 4 ◦ blue 17

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

Shades of Rustic Red #280411

Tints of Rustic Red #280411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.56%

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

R = 65.57%
G = 6.56%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#280411 (or 0x280411) is known color: Rustic Red. HEX triplet: 28, 04 and 11. RGB value is (40,4,17). Sum of RGB (Red+Green+Blue) = 40+4+17=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280411 is #D7FBEE. Grayscale: #101010. Windows color (decimal): -14154735 or 1115176. OLE color: 1115176.

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

Color convert

RGB 40 4 17 -
CMYK 0 0.90 0.57 0.84
HSL 338.33º 0.82% 0.09% -
HSV(B) 338.33º 0.9% 0.16% -
XYZ 1.02 0.58 0.59 -
YUV 16.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 40 4 17 0 0.90 0.57 0.84 338.33 0.82 0.09
Hex 28 4 11 0 5A 39 54 152 52 9
Octal 50 4 21 0 132 71 124 522 122 11
Binary 101000 100 10001 0 1011010 111001 1010100 101010010 1010010 1001

Color Harmonies of #280411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280411

Black with #280411

Text Example


Text Example

White with #280411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280411; }

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

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

background-color css

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

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

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

border-color css

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

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

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