Html Css Color HEX #AB490C Rust

📋 copy color: '#AB490C'

red 171 ◦ green 73 ◦ blue 12

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

Shades of Rust #AB490C

Tints of Rust #AB490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 66.8%
G = 28.52%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB490C (or 0xAB490C) is known color: Rust. HEX triplet: AB, 49 and 0C. RGB value is (171,73,12). Sum of RGB (Red+Green+Blue) = 171+73+12=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB490C is #54B6F3. Grayscale: #5F5F5F. Windows color (decimal): -5551860 or 805291. OLE color: 805291.

HSL color Cylindrical-coordinate representation of color #AB490C: hue angle of 23.02º 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 #AB490C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 12 -
CMYK 0 0.57 0.93 0.33
HSL 23.02º 0.87% 0.36% -
HSV(B) 23.02º 0.93% 0.67% -
XYZ 19.24 13.45 1.93 -
YUV 95.35 80.97 181.96 -
System Red Green Blue C M Y K H S L
Decimal 171 73 12 0 0.57 0.93 0.33 23.02 0.87 0.36
Hex AB 49 C 0 39 5D 21 17 57 24
Octal 253 111 14 0 71 135 41 27 127 44
Binary 10101011 1001001 1100 0 111001 1011101 100001 10111 1010111 100100

Color Harmonies of #AB490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB490C

Black with #AB490C

Text Example


Text Example

White with #AB490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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