Html Css Color HEX #A8510B Rust

📋 copy color: '#A8510B'

red 168 ◦ green 81 ◦ blue 11

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

Shades of Rust #A8510B

Tints of Rust #A8510B

RGB

 RED value IS 168 (66.02% from 255) = 64.62%

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 64.62%
G = 31.15%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8510B (or 0xA8510B) is known color: Rust. HEX triplet: A8, 51 and 0B. RGB value is (168,81,11). Sum of RGB (Red+Green+Blue) = 168+81+11=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A8510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8510B is #57AEF4. Grayscale: #636363. Windows color (decimal): -5746421 or 741800. OLE color: 741800.

HSL color Cylindrical-coordinate representation of color #A8510B: hue angle of 26.75º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8510B is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 11 -
CMYK 0 0.52 0.93 0.34
HSL 26.75º 0.88% 0.35% -
HSV(B) 26.75º 0.93% 0.66% -
XYZ 19.15 14.23 2.05 -
YUV 99.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 168 81 11 0 0.52 0.93 0.34 26.75 0.88 0.35
Hex A8 51 B 0 34 5D 22 1B 58 23
Octal 250 121 13 0 64 135 42 33 130 43
Binary 10101000 1010001 1011 0 110100 1011101 100010 11011 1011000 100011

Color Harmonies of #A8510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8510B

Black with #A8510B

Text Example


Text Example

White with #A8510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8510B; }

 p { color: rgb(168,81,11); }

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

background-color css

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

 a { background-color: rgb(168,81,11); }

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

border-color css

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

 span { border-color: rgb(168,81,11); }

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