Html Css Color HEX #AB4B01 Rust

📋 copy color: '#AB4B01'

red 171 ◦ green 75 ◦ blue 1

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

Shades of Rust #AB4B01

Tints of Rust #AB4B01

RGB

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

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

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

R = 69.23%
G = 30.36%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB4B01 (or 0xAB4B01) is known color: Rust. HEX triplet: AB, 4B and 01. RGB value is (171,75,1). Sum of RGB (Red+Green+Blue) = 171+75+1=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B01 is #54B4FE. Grayscale: #5F5F5F. Windows color (decimal): -5551359 or 84907. OLE color: 84907.

HSL color Cylindrical-coordinate representation of color #AB4B01: hue angle of 26.12º 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 #AB4B01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 1 -
CMYK 0 0.56 0.99 0.33
HSL 26.12º 0.99% 0.34% -
HSV(B) 26.12º 0.99% 0.67% -
XYZ 19.32 13.69 1.65 -
YUV 95.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 171 75 1 0 0.56 0.99 0.33 26.12 0.99 0.34
Hex AB 4B 1 0 38 63 21 1A 63 22
Octal 253 113 1 0 70 143 41 32 143 42
Binary 10101011 1001011 1 0 111000 1100011 100001 11010 1100011 100010

Color Harmonies of #AB4B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B01

Black with #AB4B01

Text Example


Text Example

White with #AB4B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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