Html Css Color HEX #280410 Rustic Red

📋 copy color: '#280410'

red 40 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #280410

Tints of Rustic Red #280410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 26.67%

R = 66.67%
G = 6.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#280410 (or 0x280410) is known color: Rustic Red. HEX triplet: 28, 04 and 10. RGB value is (40,4,16). Sum of RGB (Red+Green+Blue) = 40+4+16=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280410 is #D7FBEF. Grayscale: #101010. Windows color (decimal): -14154736 or 1049640. OLE color: 1049640.

HSL color Cylindrical-coordinate representation of color #280410: hue angle of 340º 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 #280410 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 4 16 -
CMYK 0 0.90 0.60 0.84
HSL 340º 0.82% 0.09% -
HSV(B) 340º 0.9% 0.16% -
XYZ 1.01 0.58 0.55 -
YUV 16.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 40 4 16 0 0.90 0.60 0.84 340 0.82 0.09
Hex 28 4 10 0 5A 3C 54 154 52 9
Octal 50 4 20 0 132 74 124 524 122 11
Binary 101000 100 10000 0 1011010 111100 1010100 101010100 1010010 1001

Color Harmonies of #280410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280410

Black with #280410

Text Example


Text Example

White with #280410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280410; }

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

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

background-color css

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

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

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

border-color css

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

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

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