Html Css Color HEX #AC421A Rust

📋 copy color: '#AC421A'

red 172 ◦ green 66 ◦ blue 26

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

Shades of Rust #AC421A

Tints of Rust #AC421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 65.15%
G = 25%
B = 9.85%

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

#AC421A (or 0xAC421A) is known color: Rust. HEX triplet: AC, 42 and 1A. RGB value is (172,66,26). Sum of RGB (Red+Green+Blue) = 172+66+26=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC421A is #53BDE5. Grayscale: #5D5D5D. Windows color (decimal): -5488102 or 1721004. OLE color: 1721004.

HSL color Cylindrical-coordinate representation of color #AC421A: hue angle of 16.44º 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 #AC421A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 26 -
CMYK 0 0.62 0.85 0.33
HSL 16.44º 0.74% 0.39% -
HSV(B) 16.44º 0.85% 0.67% -
XYZ 19.15 12.74 2.43 -
YUV 93.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 172 66 26 0 0.62 0.85 0.33 16.44 0.74 0.39
Hex AC 42 1A 0 3E 55 21 10 4A 27
Octal 254 102 32 0 76 125 41 20 112 47
Binary 10101100 1000010 11010 0 111110 1010101 100001 10000 1001010 100111

Color Harmonies of #AC421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC421A

Black with #AC421A

Text Example


Text Example

White with #AC421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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