Html Css Color HEX #AC441E Rust

📋 copy color: '#AC441E'

red 172 ◦ green 68 ◦ blue 30

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

Shades of Rust #AC441E

Tints of Rust #AC441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 63.7%
G = 25.19%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC441E (or 0xAC441E) is known color: Rust. HEX triplet: AC, 44 and 1E. RGB value is (172,68,30). Sum of RGB (Red+Green+Blue) = 172+68+30=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC441E is #53BBE1. Grayscale: #5F5F5F. Windows color (decimal): -5487586 or 1983660. OLE color: 1983660.

HSL color Cylindrical-coordinate representation of color #AC441E: hue angle of 16.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC441E is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 30 -
CMYK 0 0.60 0.83 0.33
HSL 16.06º 0.7% 0.4% -
HSV(B) 16.06º 0.83% 0.67% -
XYZ 19.31 13 2.72 -
YUV 94.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 172 68 30 0 0.60 0.83 0.33 16.06 0.7 0.4
Hex AC 44 1E 0 3C 53 21 10 46 28
Octal 254 104 36 0 74 123 41 20 106 50
Binary 10101100 1000100 11110 0 111100 1010011 100001 10000 1000110 101000

Color Harmonies of #AC441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC441E

Black with #AC441E

Text Example


Text Example

White with #AC441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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