Html Css Color HEX #AC3510 Rust

📋 copy color: '#AC3510'

red 172 ◦ green 53 ◦ blue 16

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

Shades of Rust #AC3510

Tints of Rust #AC3510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 71.37%
G = 21.99%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC3510 (or 0xAC3510) is known color: Rust. HEX triplet: AC, 35 and 10. RGB value is (172,53,16). Sum of RGB (Red+Green+Blue) = 172+53+16=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3510 is #53CAEF. Grayscale: #545454. Windows color (decimal): -5491440 or 1062316. OLE color: 1062316.

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

Color convert

RGB 172 53 16 -
CMYK 0 0.69 0.91 0.33
HSL 14.23º 0.83% 0.37% -
HSV(B) 14.23º 0.91% 0.67% -
XYZ 18.38 11.35 1.71 -
YUV 84.36 89.42 190.51 -
System Red Green Blue C M Y K H S L
Decimal 172 53 16 0 0.69 0.91 0.33 14.23 0.83 0.37
Hex AC 35 10 0 45 5B 21 E 53 25
Octal 254 65 20 0 105 133 41 16 123 45
Binary 10101100 110101 10000 0 1000101 1011011 100001 1110 1010011 100101

Color Harmonies of #AC3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3510

Black with #AC3510

Text Example


Text Example

White with #AC3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3510; }

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

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

background-color css

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

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

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

border-color css

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

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

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