Html Css Color HEX #AB3514 Rust

📋 copy color: '#AB3514'

red 171 ◦ green 53 ◦ blue 20

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

Shades of Rust #AB3514

Tints of Rust #AB3514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 70.08%
G = 21.72%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3514 (or 0xAB3514) is known color: Rust. HEX triplet: AB, 35 and 14. RGB value is (171,53,20). Sum of RGB (Red+Green+Blue) = 171+53+20=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3514 is #54CAEB. Grayscale: #545454. Windows color (decimal): -5556972 or 1324459. OLE color: 1324459.

HSL color Cylindrical-coordinate representation of color #AB3514: hue angle of 13.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3514 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 20 -
CMYK 0 0.69 0.88 0.33
HSL 13.11º 0.79% 0.37% -
HSV(B) 13.11º 0.88% 0.67% -
XYZ 18.19 11.25 1.88 -
YUV 84.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 171 53 20 0 0.69 0.88 0.33 13.11 0.79 0.37
Hex AB 35 14 0 45 58 21 D 4F 25
Octal 253 65 24 0 105 130 41 15 117 45
Binary 10101011 110101 10100 0 1000101 1011000 100001 1101 1001111 100101

Color Harmonies of #AB3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3514

Black with #AB3514

Text Example


Text Example

White with #AB3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3514; }

 p { color: rgb(171,53,20); }

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

background-color css

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

 a { background-color: rgb(171,53,20); }

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

border-color css

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

 span { border-color: rgb(171,53,20); }

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