Html Css Color HEX #AC350D Rust

📋 copy color: '#AC350D'

red 172 ◦ green 53 ◦ blue 13

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

Shades of Rust #AC350D

Tints of Rust #AC350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 72.27%
G = 22.27%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC350D (or 0xAC350D) is known color: Rust. HEX triplet: AC, 35 and 0D. RGB value is (172,53,13). Sum of RGB (Red+Green+Blue) = 172+53+13=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC350D is #53CAF2. Grayscale: #545454. Windows color (decimal): -5491443 or 865708. OLE color: 865708.

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

Color convert

RGB 172 53 13 -
CMYK 0 0.69 0.92 0.33
HSL 15.09º 0.86% 0.36% -
HSV(B) 15.09º 0.92% 0.67% -
XYZ 18.36 11.35 1.6 -
YUV 84.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 172 53 13 0 0.69 0.92 0.33 15.09 0.86 0.36
Hex AC 35 D 0 45 5C 21 F 56 24
Octal 254 65 15 0 105 134 41 17 126 44
Binary 10101100 110101 1101 0 1000101 1011100 100001 1111 1010110 100100

Color Harmonies of #AC350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC350D

Black with #AC350D

Text Example


Text Example

White with #AC350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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