Html Css Color HEX #AB320C Rust

📋 copy color: '#AB320C'

red 171 ◦ green 50 ◦ blue 12

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

Shades of Rust #AB320C

Tints of Rust #AB320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 73.39%
G = 21.46%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB320C (or 0xAB320C) is known color: Rust. HEX triplet: AB, 32 and 0C. RGB value is (171,50,12). Sum of RGB (Red+Green+Blue) = 171+50+12=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB320C is #54CDF3. Grayscale: #525252. Windows color (decimal): -5557748 or 799403. OLE color: 799403.

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

Color convert

RGB 171 50 12 -
CMYK 0 0.71 0.93 0.33
HSL 14.34º 0.87% 0.36% -
HSV(B) 14.34º 0.93% 0.67% -
XYZ 18 10.97 1.52 -
YUV 81.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 171 50 12 0 0.71 0.93 0.33 14.34 0.87 0.36
Hex AB 32 C 0 47 5D 21 E 57 24
Octal 253 62 14 0 107 135 41 16 127 44
Binary 10101011 110010 1100 0 1000111 1011101 100001 1110 1010111 100100

Color Harmonies of #AB320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB320C

Black with #AB320C

Text Example


Text Example

White with #AB320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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