Html Css Color HEX #AB320D Rust

📋 copy color: '#AB320D'

red 171 ◦ green 50 ◦ blue 13

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

Shades of Rust #AB320D

Tints of Rust #AB320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 73.08%
G = 21.37%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB320D (or 0xAB320D) is known color: Rust. HEX triplet: AB, 32 and 0D. RGB value is (171,50,13). Sum of RGB (Red+Green+Blue) = 171+50+13=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB320D is #54CDF2. Grayscale: #525252. Windows color (decimal): -5557747 or 864939. OLE color: 864939.

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

Color convert

RGB 171 50 13 -
CMYK 0 0.71 0.92 0.33
HSL 14.05º 0.86% 0.36% -
HSV(B) 14.05º 0.92% 0.67% -
XYZ 18.01 10.97 1.55 -
YUV 81.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 171 50 13 0 0.71 0.92 0.33 14.05 0.86 0.36
Hex AB 32 D 0 47 5C 21 E 56 24
Octal 253 62 15 0 107 134 41 16 126 44
Binary 10101011 110010 1101 0 1000111 1011100 100001 1110 1010110 100100

Color Harmonies of #AB320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB320D

Black with #AB320D

Text Example


Text Example

White with #AB320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB320D; }

 p { color: rgb(171,50,13); }

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

background-color css

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

 a { background-color: rgb(171,50,13); }

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

border-color css

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

 span { border-color: rgb(171,50,13); }

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