Html Css Color HEX #AB4B13 Rust

📋 copy color: '#AB4B13'

red 171 ◦ green 75 ◦ blue 19

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

Shades of Rust #AB4B13

Tints of Rust #AB4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.3%

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 64.53%
G = 28.3%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB4B13 (or 0xAB4B13) is known color: Rust. HEX triplet: AB, 4B and 13. RGB value is (171,75,19). Sum of RGB (Red+Green+Blue) = 171+75+19=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B13 is #54B4EC. Grayscale: #616161. Windows color (decimal): -5551341 or 1264555. OLE color: 1264555.

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

Color convert

RGB 171 75 19 -
CMYK 0 0.56 0.89 0.33
HSL 22.11º 0.8% 0.37% -
HSV(B) 22.11º 0.89% 0.67% -
XYZ 19.43 13.74 2.24 -
YUV 97.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 171 75 19 0 0.56 0.89 0.33 22.11 0.8 0.37
Hex AB 4B 13 0 38 59 21 16 50 25
Octal 253 113 23 0 70 131 41 26 120 45
Binary 10101011 1001011 10011 0 111000 1011001 100001 10110 1010000 100101

Color Harmonies of #AB4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B13

Black with #AB4B13

Text Example


Text Example

White with #AB4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B13; }

 p { color: rgb(171,75,19); }

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

background-color css

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

 a { background-color: rgb(171,75,19); }

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

border-color css

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

 span { border-color: rgb(171,75,19); }

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