Html Css Color HEX #AC350C Rust

📋 copy color: '#AC350C'

red 172 ◦ green 53 ◦ blue 12

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

Shades of Rust #AC350C

Tints of Rust #AC350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 72.57%
G = 22.36%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC350C (or 0xAC350C) is known color: Rust. HEX triplet: AC, 35 and 0C. RGB value is (172,53,12). Sum of RGB (Red+Green+Blue) = 172+53+12=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC350C is #53CAF3. Grayscale: #545454. Windows color (decimal): -5491444 or 800172. OLE color: 800172.

HSL color Cylindrical-coordinate representation of color #AC350C: hue angle of 15.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC350C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 53 12 -
CMYK 0 0.69 0.93 0.33
HSL 15.38º 0.87% 0.36% -
HSV(B) 15.38º 0.93% 0.67% -
XYZ 18.35 11.34 1.57 -
YUV 83.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 172 53 12 0 0.69 0.93 0.33 15.38 0.87 0.36
Hex AC 35 C 0 45 5D 21 F 57 24
Octal 254 65 14 0 105 135 41 17 127 44
Binary 10101100 110101 1100 0 1000101 1011101 100001 1111 1010111 100100

Color Harmonies of #AC350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC350C

Black with #AC350C

Text Example


Text Example

White with #AC350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC350C; }

 p { color: rgb(172,53,12); }

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

background-color css

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

 a { background-color: rgb(172,53,12); }

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

border-color css

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

 span { border-color: rgb(172,53,12); }

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