Html Css Color HEX #AB4B00 Rust

📋 copy color: '#AB4B00'

red 171 ◦ green 75 ◦ blue 0

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

Shades of Rust #AB4B00

Tints of Rust #AB4B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.51%
G = 30.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB4B00 (or 0xAB4B00) is known color: Rust. HEX triplet: AB, 4B and 00. RGB value is (171,75,0). Sum of RGB (Red+Green+Blue) = 171+75+0=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B00 is #54B4FF. Grayscale: #5F5F5F. Windows color (decimal): -5551360 or 19371. OLE color: 19371.

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

Color convert

RGB 171 75 0 -
CMYK 0 0.56 1 0.33
HSL 26.32º 1% 0.34% -
HSV(B) 26.32º 1% 0.67% -
XYZ 19.31 13.69 1.62 -
YUV 95.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 171 75 0 0 0.56 1 0.33 26.32 1 0.34
Hex AB 4B 0 0 38 64 21 1A 64 22
Octal 253 113 0 0 70 144 41 32 144 42
Binary 10101011 1001011 0 0 111000 1100100 100001 11010 1100100 100010

Color Harmonies of #AB4B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B00

Black with #AB4B00

Text Example


Text Example

White with #AB4B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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