Html Css Color HEX #AB550C Rust

📋 copy color: '#AB550C'

red 171 ◦ green 85 ◦ blue 12

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

Shades of Rust #AB550C

Tints of Rust #AB550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 63.81%
G = 31.72%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB550C (or 0xAB550C) is known color: Rust. HEX triplet: AB, 55 and 0C. RGB value is (171,85,12). Sum of RGB (Red+Green+Blue) = 171+85+12=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB550C is #54AAF3. Grayscale: #666666. Windows color (decimal): -5548788 or 808363. OLE color: 808363.

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

Color convert

RGB 171 85 12 -
CMYK 0 0.50 0.93 0.33
HSL 27.55º 0.87% 0.36% -
HSV(B) 27.55º 0.93% 0.67% -
XYZ 20.11 15.18 2.22 -
YUV 102.39 76.99 176.94 -
System Red Green Blue C M Y K H S L
Decimal 171 85 12 0 0.50 0.93 0.33 27.55 0.87 0.36
Hex AB 55 C 0 32 5D 21 1C 57 24
Octal 253 125 14 0 62 135 41 34 127 44
Binary 10101011 1010101 1100 0 110010 1011101 100001 11100 1010111 100100

Color Harmonies of #AB550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB550C

Black with #AB550C

Text Example


Text Example

White with #AB550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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