Html Css Color HEX #AC411D Rust

📋 copy color: '#AC411D'

red 172 ◦ green 65 ◦ blue 29

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

Shades of Rust #AC411D

Tints of Rust #AC411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 64.66%
G = 24.44%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC411D (or 0xAC411D) is known color: Rust. HEX triplet: AC, 41 and 1D. RGB value is (172,65,29). Sum of RGB (Red+Green+Blue) = 172+65+29=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC411D is #53BEE2. Grayscale: #5D5D5D. Windows color (decimal): -5488355 or 1917356. OLE color: 1917356.

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

Color convert

RGB 172 65 29 -
CMYK 0 0.62 0.83 0.33
HSL 15.1º 0.71% 0.39% -
HSV(B) 15.1º 0.83% 0.67% -
XYZ 19.13 12.64 2.59 -
YUV 92.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 172 65 29 0 0.62 0.83 0.33 15.1 0.71 0.39
Hex AC 41 1D 0 3E 53 21 F 47 27
Octal 254 101 35 0 76 123 41 17 107 47
Binary 10101100 1000001 11101 0 111110 1010011 100001 1111 1000111 100111

Color Harmonies of #AC411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC411D

Black with #AC411D

Text Example


Text Example

White with #AC411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC411D; }

 p { color: rgb(172,65,29); }

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

background-color css

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

 a { background-color: rgb(172,65,29); }

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

border-color css

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

 span { border-color: rgb(172,65,29); }

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