Html Css Color HEX #AB3501 Rust

📋 copy color: '#AB3501'

red 171 ◦ green 53 ◦ blue 1

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

Shades of Rust #AB3501

Tints of Rust #AB3501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 76%
G = 23.56%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB3501 (or 0xAB3501) is known color: Rust. HEX triplet: AB, 35 and 01. RGB value is (171,53,1). Sum of RGB (Red+Green+Blue) = 171+53+1=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3501 is #54CAFE. Grayscale: #525252. Windows color (decimal): -5556991 or 79275. OLE color: 79275.

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

Color convert

RGB 171 53 1 -
CMYK 0 0.69 0.99 0.33
HSL 18.35º 0.99% 0.34% -
HSV(B) 18.35º 0.99% 0.67% -
XYZ 18.07 11.21 1.24 -
YUV 82.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 171 53 1 0 0.69 0.99 0.33 18.35 0.99 0.34
Hex AB 35 1 0 45 63 21 12 63 22
Octal 253 65 1 0 105 143 41 22 143 42
Binary 10101011 110101 1 0 1000101 1100011 100001 10010 1100011 100010

Color Harmonies of #AB3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3501

Black with #AB3501

Text Example


Text Example

White with #AB3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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