Html Css Color HEX #AC471C Rust

📋 copy color: '#AC471C'

red 172 ◦ green 71 ◦ blue 28

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

Shades of Rust #AC471C

Tints of Rust #AC471C

RGB

 RED value IS 172 (67.58% from 255) = 63.47%

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 63.47%
G = 26.2%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC471C (or 0xAC471C) is known color: Rust. HEX triplet: AC, 47 and 1C. RGB value is (172,71,28). Sum of RGB (Red+Green+Blue) = 172+71+28=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC471C is #53B8E3. Grayscale: #606060. Windows color (decimal): -5486820 or 1853356. OLE color: 1853356.

HSL color Cylindrical-coordinate representation of color #AC471C: hue angle of 17.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC471C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 71 28 -
CMYK 0 0.59 0.84 0.33
HSL 17.92º 0.72% 0.39% -
HSV(B) 17.92º 0.84% 0.67% -
XYZ 19.48 13.36 2.65 -
YUV 96.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 172 71 28 0 0.59 0.84 0.33 17.92 0.72 0.39
Hex AC 47 1C 0 3B 54 21 12 48 27
Octal 254 107 34 0 73 124 41 22 110 47
Binary 10101100 1000111 11100 0 111011 1010100 100001 10010 1001000 100111

Color Harmonies of #AC471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC471C

Black with #AC471C

Text Example


Text Example

White with #AC471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC471C; }

 p { color: rgb(172,71,28); }

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

background-color css

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

 a { background-color: rgb(172,71,28); }

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

border-color css

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

 span { border-color: rgb(172,71,28); }

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