Html Css Color HEX #AB550D Rust

📋 copy color: '#AB550D'

red 171 ◦ green 85 ◦ blue 13

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

Shades of Rust #AB550D

Tints of Rust #AB550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 63.57%
G = 31.6%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB550D (or 0xAB550D) is known color: Rust. HEX triplet: AB, 55 and 0D. RGB value is (171,85,13). Sum of RGB (Red+Green+Blue) = 171+85+13=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB550D is #54AAF2. Grayscale: #666666. Windows color (decimal): -5548787 or 873899. OLE color: 873899.

HSL color Cylindrical-coordinate representation of color #AB550D: hue angle of 27.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB550D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 13 -
CMYK 0 0.50 0.92 0.33
HSL 27.34º 0.86% 0.36% -
HSV(B) 27.34º 0.92% 0.67% -
XYZ 20.12 15.18 2.25 -
YUV 102.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 171 85 13 0 0.50 0.92 0.33 27.34 0.86 0.36
Hex AB 55 D 0 32 5C 21 1B 56 24
Octal 253 125 15 0 62 134 41 33 126 44
Binary 10101011 1010101 1101 0 110010 1011100 100001 11011 1010110 100100

Color Harmonies of #AB550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB550D

Black with #AB550D

Text Example


Text Example

White with #AB550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB550D; }

 p { color: rgb(171,85,13); }

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

background-color css

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

 a { background-color: rgb(171,85,13); }

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

border-color css

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

 span { border-color: rgb(171,85,13); }

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