Html Css Color HEX #AB3505 Rust

📋 copy color: '#AB3505'

red 171 ◦ green 53 ◦ blue 5

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

Shades of Rust #AB3505

Tints of Rust #AB3505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 74.67%
G = 23.14%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB3505 (or 0xAB3505) is known color: Rust. HEX triplet: AB, 35 and 05. RGB value is (171,53,5). Sum of RGB (Red+Green+Blue) = 171+53+5=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3505 is #54CAFA. Grayscale: #535353. Windows color (decimal): -5556987 or 341419. OLE color: 341419.

HSL color Cylindrical-coordinate representation of color #AB3505: hue angle of 17.35º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB3505 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 5 -
CMYK 0 0.69 0.97 0.33
HSL 17.35º 0.94% 0.35% -
HSV(B) 17.35º 0.97% 0.67% -
XYZ 18.1 11.22 1.35 -
YUV 82.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 171 53 5 0 0.69 0.97 0.33 17.35 0.94 0.35
Hex AB 35 5 0 45 61 21 11 5E 23
Octal 253 65 5 0 105 141 41 21 136 43
Binary 10101011 110101 101 0 1000101 1100001 100001 10001 1011110 100011

Color Harmonies of #AB3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3505

Black with #AB3505

Text Example


Text Example

White with #AB3505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3505; }

 p { color: rgb(171,53,5); }

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

background-color css

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

 a { background-color: rgb(171,53,5); }

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

border-color css

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

 span { border-color: rgb(171,53,5); }

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