Html Css Color HEX #AC441B Rust

📋 copy color: '#AC441B'

red 172 ◦ green 68 ◦ blue 27

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

Shades of Rust #AC441B

Tints of Rust #AC441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 64.42%
G = 25.47%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC441B (or 0xAC441B) is known color: Rust. HEX triplet: AC, 44 and 1B. RGB value is (172,68,27). Sum of RGB (Red+Green+Blue) = 172+68+27=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC441B is #53BBE4. Grayscale: #5E5E5E. Windows color (decimal): -5487589 or 1787052. OLE color: 1787052.

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

Color convert

RGB 172 68 27 -
CMYK 0 0.60 0.84 0.33
HSL 16.97º 0.73% 0.39% -
HSV(B) 16.97º 0.84% 0.67% -
XYZ 19.28 12.98 2.53 -
YUV 94.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 172 68 27 0 0.60 0.84 0.33 16.97 0.73 0.39
Hex AC 44 1B 0 3C 54 21 11 49 27
Octal 254 104 33 0 74 124 41 21 111 47
Binary 10101100 1000100 11011 0 111100 1010100 100001 10001 1001001 100111

Color Harmonies of #AC441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC441B

Black with #AC441B

Text Example


Text Example

White with #AC441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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