Html Css Color HEX #AB3110 Rust

📋 copy color: '#AB3110'

red 171 ◦ green 49 ◦ blue 16

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

Shades of Rust #AB3110

Tints of Rust #AB3110

RGB

 RED value IS 171 (67.19% from 255) = 72.46%

 GREEN value IS 49 (19.53% from 255) = 20.76%

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

R = 72.46%
G = 20.76%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB3110 (or 0xAB3110) is known color: Rust. HEX triplet: AB, 31 and 10. RGB value is (171,49,16). Sum of RGB (Red+Green+Blue) = 171+49+16=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3110 is #54CEEF. Grayscale: #515151. Windows color (decimal): -5558000 or 1061291. OLE color: 1061291.

HSL color Cylindrical-coordinate representation of color #AB3110: hue angle of 12.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB3110 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 16 -
CMYK 0 0.71 0.91 0.33
HSL 12.77º 0.83% 0.37% -
HSV(B) 12.77º 0.91% 0.67% -
XYZ 17.99 10.89 1.64 -
YUV 81.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 171 49 16 0 0.71 0.91 0.33 12.77 0.83 0.37
Hex AB 31 10 0 47 5B 21 D 53 25
Octal 253 61 20 0 107 133 41 15 123 45
Binary 10101011 110001 10000 0 1000111 1011011 100001 1101 1010011 100101

Color Harmonies of #AB3110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3110

Black with #AB3110

Text Example


Text Example

White with #AB3110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3110; }

 p { color: rgb(171,49,16); }

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

background-color css

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

 a { background-color: rgb(171,49,16); }

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

border-color css

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

 span { border-color: rgb(171,49,16); }

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