Html Css Color HEX #AC400A Rust

📋 copy color: '#AC400A'

red 172 ◦ green 64 ◦ blue 10

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

Shades of Rust #AC400A

Tints of Rust #AC400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 10 (4.3% from 255) = 4.07%

R = 69.92%
G = 26.02%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC400A (or 0xAC400A) is known color: Rust. HEX triplet: AC, 40 and 0A. RGB value is (172,64,10). Sum of RGB (Red+Green+Blue) = 172+64+10=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC400A is #53BFF5. Grayscale: #5A5A5A. Windows color (decimal): -5488630 or 671916. OLE color: 671916.

HSL color Cylindrical-coordinate representation of color #AC400A: hue angle of 20º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC400A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 10 -
CMYK 0 0.63 0.94 0.33
HSL 20º 0.89% 0.36% -
HSV(B) 20º 0.94% 0.67% -
XYZ 18.9 12.46 1.7 -
YUV 90.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 172 64 10 0 0.63 0.94 0.33 20 0.89 0.36
Hex AC 40 A 0 3F 5E 21 14 59 24
Octal 254 100 12 0 77 136 41 24 131 44
Binary 10101100 1000000 1010 0 111111 1011110 100001 10100 1011001 100100

Color Harmonies of #AC400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC400A

Black with #AC400A

Text Example


Text Example

White with #AC400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC400A; }

 p { color: rgb(172,64,10); }

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

background-color css

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

 a { background-color: rgb(172,64,10); }

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

border-color css

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

 span { border-color: rgb(172,64,10); }

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