Html Css Color HEX #AC3613 Rust

📋 copy color: '#AC3613'

red 172 ◦ green 54 ◦ blue 19

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

Shades of Rust #AC3613

Tints of Rust #AC3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 70.2%
G = 22.04%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC3613 (or 0xAC3613) is known color: Rust. HEX triplet: AC, 36 and 13. RGB value is (172,54,19). Sum of RGB (Red+Green+Blue) = 172+54+19=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3613 is #53C9EC. Grayscale: #555555. Windows color (decimal): -5491181 or 1259180. OLE color: 1259180.

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

Color convert

RGB 172 54 19 -
CMYK 0 0.69 0.89 0.33
HSL 13.73º 0.8% 0.37% -
HSV(B) 13.73º 0.89% 0.67% -
XYZ 18.45 11.46 1.85 -
YUV 85.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 172 54 19 0 0.69 0.89 0.33 13.73 0.8 0.37
Hex AC 36 13 0 45 59 21 E 50 25
Octal 254 66 23 0 105 131 41 16 120 45
Binary 10101100 110110 10011 0 1000101 1011001 100001 1110 1010000 100101

Color Harmonies of #AC3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3613

Black with #AC3613

Text Example


Text Example

White with #AC3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3613; }

 p { color: rgb(172,54,19); }

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

background-color css

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

 a { background-color: rgb(172,54,19); }

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

border-color css

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

 span { border-color: rgb(172,54,19); }

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