Html Css Color HEX #280710 Rustic Red

📋 copy color: '#280710'

red 40 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #280710

Tints of Rustic Red #280710

RGB

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

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

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

R = 63.49%
G = 11.11%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#280710 (or 0x280710) is known color: Rustic Red. HEX triplet: 28, 07 and 10. RGB value is (40,7,16). Sum of RGB (Red+Green+Blue) = 40+7+16=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280710 is #D7F8EF. Grayscale: #111111. Windows color (decimal): -14153968 or 1050408. OLE color: 1050408.

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

Color convert

RGB 40 7 16 -
CMYK 0 0.83 0.60 0.84
HSL 343.64º 0.7% 0.09% -
HSV(B) 343.64º 0.83% 0.16% -
XYZ 1.04 0.64 0.56 -
YUV 17.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 40 7 16 0 0.83 0.60 0.84 343.64 0.7 0.09
Hex 28 7 10 0 53 3C 54 158 46 9
Octal 50 7 20 0 123 74 124 530 106 11
Binary 101000 111 10000 0 1010011 111100 1010100 101011000 1000110 1001

Color Harmonies of #280710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280710

Black with #280710

Text Example


Text Example

White with #280710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280710; }

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

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

background-color css

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

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

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

border-color css

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

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

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