Html Css Color HEX #AB3413 Rust

📋 copy color: '#AB3413'

red 171 ◦ green 52 ◦ blue 19

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

Shades of Rust #AB3413

Tints of Rust #AB3413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 70.66%
G = 21.49%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB3413 (or 0xAB3413) is known color: Rust. HEX triplet: AB, 34 and 13. RGB value is (171,52,19). Sum of RGB (Red+Green+Blue) = 171+52+19=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3413 is #54CBEC. Grayscale: #545454. Windows color (decimal): -5557229 or 1258667. OLE color: 1258667.

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

Color convert

RGB 171 52 19 -
CMYK 0 0.70 0.89 0.33
HSL 13.03º 0.8% 0.37% -
HSV(B) 13.03º 0.89% 0.67% -
XYZ 18.14 11.16 1.81 -
YUV 83.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 171 52 19 0 0.70 0.89 0.33 13.03 0.8 0.37
Hex AB 34 13 0 46 59 21 D 50 25
Octal 253 64 23 0 106 131 41 15 120 45
Binary 10101011 110100 10011 0 1000110 1011001 100001 1101 1010000 100101

Color Harmonies of #AB3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3413

Black with #AB3413

Text Example


Text Example

White with #AB3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3413; }

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

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

background-color css

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

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

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

border-color css

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

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

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