Html Css Color HEX #AB320A Rust

📋 copy color: '#AB320A'

red 171 ◦ green 50 ◦ blue 10

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

Shades of Rust #AB320A

Tints of Rust #AB320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 74.03%
G = 21.65%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB320A (or 0xAB320A) is known color: Rust. HEX triplet: AB, 32 and 0A. RGB value is (171,50,10). Sum of RGB (Red+Green+Blue) = 171+50+10=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB320A is #54CDF5. Grayscale: #515151. Windows color (decimal): -5557750 or 668331. OLE color: 668331.

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

Color convert

RGB 171 50 10 -
CMYK 0 0.71 0.94 0.33
HSL 14.91º 0.89% 0.35% -
HSV(B) 14.91º 0.94% 0.67% -
XYZ 17.99 10.96 1.45 -
YUV 81.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 171 50 10 0 0.71 0.94 0.33 14.91 0.89 0.35
Hex AB 32 A 0 47 5E 21 F 59 23
Octal 253 62 12 0 107 136 41 17 131 43
Binary 10101011 110010 1010 0 1000111 1011110 100001 1111 1011001 100011

Color Harmonies of #AB320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB320A

Black with #AB320A

Text Example


Text Example

White with #AB320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB320A; }

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

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

background-color css

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

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

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

border-color css

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

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

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