Html Css Color HEX #AB3418 Rust

📋 copy color: '#AB3418'

red 171 ◦ green 52 ◦ blue 24

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

Shades of Rust #AB3418

Tints of Rust #AB3418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 69.23%
G = 21.05%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB3418 (or 0xAB3418) is known color: Rust. HEX triplet: AB, 34 and 18. RGB value is (171,52,24). Sum of RGB (Red+Green+Blue) = 171+52+24=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3418 is #54CBE7. Grayscale: #545454. Windows color (decimal): -5557224 or 1586347. OLE color: 1586347.

HSL color Cylindrical-coordinate representation of color #AB3418: hue angle of 11.43º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB3418 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 24 -
CMYK 0 0.70 0.86 0.33
HSL 11.43º 0.75% 0.38% -
HSV(B) 11.43º 0.86% 0.67% -
XYZ 18.19 11.18 2.06 -
YUV 84.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 171 52 24 0 0.70 0.86 0.33 11.43 0.75 0.38
Hex AB 34 18 0 46 56 21 B 4B 26
Octal 253 64 30 0 106 126 41 13 113 46
Binary 10101011 110100 11000 0 1000110 1010110 100001 1011 1001011 100110

Color Harmonies of #AB3418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3418

Black with #AB3418

Text Example


Text Example

White with #AB3418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3418; }

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

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

background-color css

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

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

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

border-color css

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

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

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