Html Css Color HEX #280610 Rustic Red

📋 copy color: '#280610'

red 40 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #280610

Tints of Rustic Red #280610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 64.52%
G = 9.68%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#280610 (or 0x280610) is known color: Rustic Red. HEX triplet: 28, 06 and 10. RGB value is (40,6,16). Sum of RGB (Red+Green+Blue) = 40+6+16=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #280610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280610 is #D7F9EF. Grayscale: #111111. Windows color (decimal): -14154224 or 1050152. OLE color: 1050152.

HSL color Cylindrical-coordinate representation of color #280610: hue angle of 342.35º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280610 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 6 16 -
CMYK 0 0.85 0.60 0.84
HSL 342.35º 0.74% 0.09% -
HSV(B) 342.35º 0.85% 0.16% -
XYZ 1.03 0.62 0.56 -
YUV 17.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 40 6 16 0 0.85 0.60 0.84 342.35 0.74 0.09
Hex 28 6 10 0 55 3C 54 156 4A 9
Octal 50 6 20 0 125 74 124 526 112 11
Binary 101000 110 10000 0 1010101 111100 1010100 101010110 1001010 1001

Color Harmonies of #280610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280610

Black with #280610

Text Example


Text Example

White with #280610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280610; }

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

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

background-color css

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

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

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

border-color css

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

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

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