Html Css Color HEX #AB4110 Rust

📋 copy color: '#AB4110'

red 171 ◦ green 65 ◦ blue 16

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

Shades of Rust #AB4110

Tints of Rust #AB4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 67.86%
G = 25.79%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB4110 (or 0xAB4110) is known color: Rust. HEX triplet: AB, 41 and 10. RGB value is (171,65,16). Sum of RGB (Red+Green+Blue) = 171+65+16=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4110 is #54BEEF. Grayscale: #5B5B5B. Windows color (decimal): -5553904 or 1065387. OLE color: 1065387.

HSL color Cylindrical-coordinate representation of color #AB4110: hue angle of 18.97º 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 #AB4110 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 16 -
CMYK 0 0.62 0.91 0.33
HSL 18.97º 0.83% 0.37% -
HSV(B) 18.97º 0.91% 0.67% -
XYZ 18.78 12.48 1.91 -
YUV 91.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 171 65 16 0 0.62 0.91 0.33 18.97 0.83 0.37
Hex AB 41 10 0 3E 5B 21 13 53 25
Octal 253 101 20 0 76 133 41 23 123 45
Binary 10101011 1000001 10000 0 111110 1011011 100001 10011 1010011 100101

Color Harmonies of #AB4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4110

Black with #AB4110

Text Example


Text Example

White with #AB4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4110; }

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

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

background-color css

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

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

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

border-color css

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

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

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