Html Css Color HEX #AB4B0F Rust

📋 copy color: '#AB4B0F'

red 171 ◦ green 75 ◦ blue 15

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

Shades of Rust #AB4B0F

Tints of Rust #AB4B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 65.52%
G = 28.74%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB4B0F (or 0xAB4B0F) is known color: Rust. HEX triplet: AB, 4B and 0F. RGB value is (171,75,15). Sum of RGB (Red+Green+Blue) = 171+75+15=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B0F is #54B4F0. Grayscale: #616161. Windows color (decimal): -5551345 or 1002411. OLE color: 1002411.

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

Color convert

RGB 171 75 15 -
CMYK 0 0.56 0.91 0.33
HSL 23.08º 0.84% 0.36% -
HSV(B) 23.08º 0.91% 0.67% -
XYZ 19.4 13.72 2.08 -
YUV 96.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 171 75 15 0 0.56 0.91 0.33 23.08 0.84 0.36
Hex AB 4B F 0 38 5B 21 17 54 24
Octal 253 113 17 0 70 133 41 27 124 44
Binary 10101011 1001011 1111 0 111000 1011011 100001 10111 1010100 100100

Color Harmonies of #AB4B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B0F

Black with #AB4B0F

Text Example


Text Example

White with #AB4B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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