Html Css Color HEX #AC431C Rust

📋 copy color: '#AC431C'

red 172 ◦ green 67 ◦ blue 28

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

Shades of Rust #AC431C

Tints of Rust #AC431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 64.42%
G = 25.09%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC431C (or 0xAC431C) is known color: Rust. HEX triplet: AC, 43 and 1C. RGB value is (172,67,28). Sum of RGB (Red+Green+Blue) = 172+67+28=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431C is #53BCE3. Grayscale: #5E5E5E. Windows color (decimal): -5487844 or 1852332. OLE color: 1852332.

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

Color convert

RGB 172 67 28 -
CMYK 0 0.61 0.84 0.33
HSL 16.25º 0.72% 0.39% -
HSV(B) 16.25º 0.84% 0.67% -
XYZ 19.23 12.87 2.57 -
YUV 93.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 172 67 28 0 0.61 0.84 0.33 16.25 0.72 0.39
Hex AC 43 1C 0 3D 54 21 10 48 27
Octal 254 103 34 0 75 124 41 20 110 47
Binary 10101100 1000011 11100 0 111101 1010100 100001 10000 1001000 100111

Color Harmonies of #AC431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC431C

Black with #AC431C

Text Example


Text Example

White with #AC431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC431C; }

 p { color: rgb(172,67,28); }

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

background-color css

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

 a { background-color: rgb(172,67,28); }

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

border-color css

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

 span { border-color: rgb(172,67,28); }

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