Html Css Color HEX #AC411A Rust

📋 copy color: '#AC411A'

red 172 ◦ green 65 ◦ blue 26

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

Shades of Rust #AC411A

Tints of Rust #AC411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 65.4%
G = 24.71%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC411A (or 0xAC411A) is known color: Rust. HEX triplet: AC, 41 and 1A. RGB value is (172,65,26). Sum of RGB (Red+Green+Blue) = 172+65+26=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC411A is #53BEE5. Grayscale: #5C5C5C. Windows color (decimal): -5488358 or 1720748. OLE color: 1720748.

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

Color convert

RGB 172 65 26 -
CMYK 0 0.62 0.85 0.33
HSL 16.03º 0.74% 0.39% -
HSV(B) 16.03º 0.85% 0.67% -
XYZ 19.09 12.63 2.41 -
YUV 92.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 172 65 26 0 0.62 0.85 0.33 16.03 0.74 0.39
Hex AC 41 1A 0 3E 55 21 10 4A 27
Octal 254 101 32 0 76 125 41 20 112 47
Binary 10101100 1000001 11010 0 111110 1010101 100001 10000 1001010 100111

Color Harmonies of #AC411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC411A

Black with #AC411A

Text Example


Text Example

White with #AC411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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