Html Css Color HEX #AB3408 Rust

📋 copy color: '#AB3408'

red 171 ◦ green 52 ◦ blue 8

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

Shades of Rust #AB3408

Tints of Rust #AB3408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 74.03%
G = 22.51%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB3408 (or 0xAB3408) is known color: Rust. HEX triplet: AB, 34 and 08. RGB value is (171,52,8). Sum of RGB (Red+Green+Blue) = 171+52+8=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3408 is #54CBF7. Grayscale: #525252. Windows color (decimal): -5557240 or 537771. OLE color: 537771.

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

Color convert

RGB 171 52 8 -
CMYK 0 0.70 0.95 0.33
HSL 16.2º 0.91% 0.35% -
HSV(B) 16.2º 0.95% 0.67% -
XYZ 18.07 11.13 1.43 -
YUV 82.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 171 52 8 0 0.70 0.95 0.33 16.2 0.91 0.35
Hex AB 34 8 0 46 5F 21 10 5B 23
Octal 253 64 10 0 106 137 41 20 133 43
Binary 10101011 110100 1000 0 1000110 1011111 100001 10000 1011011 100011

Color Harmonies of #AB3408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3408

Black with #AB3408

Text Example


Text Example

White with #AB3408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3408; }

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

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

background-color css

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

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

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

border-color css

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

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

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