Html Css Color HEX #AB4B08 Rust

📋 copy color: '#AB4B08'

red 171 ◦ green 75 ◦ blue 8

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

Shades of Rust #AB4B08

Tints of Rust #AB4B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 67.32%
G = 29.53%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB4B08 (or 0xAB4B08) is known color: Rust. HEX triplet: AB, 4B and 08. RGB value is (171,75,8). Sum of RGB (Red+Green+Blue) = 171+75+8=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B08 is #54B4F7. Grayscale: #606060. Windows color (decimal): -5551352 or 543659. OLE color: 543659.

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

Color convert

RGB 171 75 8 -
CMYK 0 0.56 0.95 0.33
HSL 24.66º 0.91% 0.35% -
HSV(B) 24.66º 0.95% 0.67% -
XYZ 19.35 13.71 1.86 -
YUV 96.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 171 75 8 0 0.56 0.95 0.33 24.66 0.91 0.35
Hex AB 4B 8 0 38 5F 21 19 5B 23
Octal 253 113 10 0 70 137 41 31 133 43
Binary 10101011 1001011 1000 0 111000 1011111 100001 11001 1011011 100011

Color Harmonies of #AB4B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B08

Black with #AB4B08

Text Example


Text Example

White with #AB4B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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