Html Css Color HEX #AC421B Rust

📋 copy color: '#AC421B'

red 172 ◦ green 66 ◦ blue 27

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

Shades of Rust #AC421B

Tints of Rust #AC421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 64.91%
G = 24.91%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC421B (or 0xAC421B) is known color: Rust. HEX triplet: AC, 42 and 1B. RGB value is (172,66,27). Sum of RGB (Red+Green+Blue) = 172+66+27=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC421B is #53BDE4. Grayscale: #5D5D5D. Windows color (decimal): -5488101 or 1786540. OLE color: 1786540.

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

Color convert

RGB 172 66 27 -
CMYK 0 0.62 0.84 0.33
HSL 16.14º 0.73% 0.39% -
HSV(B) 16.14º 0.84% 0.67% -
XYZ 19.16 12.75 2.49 -
YUV 93.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 172 66 27 0 0.62 0.84 0.33 16.14 0.73 0.39
Hex AC 42 1B 0 3E 54 21 10 49 27
Octal 254 102 33 0 76 124 41 20 111 47
Binary 10101100 1000010 11011 0 111110 1010100 100001 10000 1001001 100111

Color Harmonies of #AC421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC421B

Black with #AC421B

Text Example


Text Example

White with #AC421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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