Html Css Color HEX #AC3411 Rust

📋 copy color: '#AC3411'

red 172 ◦ green 52 ◦ blue 17

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

Shades of Rust #AC3411

Tints of Rust #AC3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 71.37%
G = 21.58%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3411 (or 0xAC3411) is known color: Rust. HEX triplet: AC, 34 and 11. RGB value is (172,52,17). Sum of RGB (Red+Green+Blue) = 172+52+17=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3411 is #53CBEE. Grayscale: #545454. Windows color (decimal): -5491695 or 1127596. OLE color: 1127596.

HSL color Cylindrical-coordinate representation of color #AC3411: hue angle of 13.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3411 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 17 -
CMYK 0 0.70 0.90 0.33
HSL 13.55º 0.82% 0.37% -
HSV(B) 13.55º 0.9% 0.67% -
XYZ 18.34 11.27 1.74 -
YUV 83.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 172 52 17 0 0.70 0.90 0.33 13.55 0.82 0.37
Hex AC 34 11 0 46 5A 21 E 52 25
Octal 254 64 21 0 106 132 41 16 122 45
Binary 10101100 110100 10001 0 1000110 1011010 100001 1110 1010010 100101

Color Harmonies of #AC3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3411

Black with #AC3411

Text Example


Text Example

White with #AC3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3411; }

 p { color: rgb(172,52,17); }

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

background-color css

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

 a { background-color: rgb(172,52,17); }

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

border-color css

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

 span { border-color: rgb(172,52,17); }

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