Html Css Color HEX #AC4313 Rust

📋 copy color: '#AC4313'

red 172 ◦ green 67 ◦ blue 19

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

Shades of Rust #AC4313

Tints of Rust #AC4313

RGB

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

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

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

R = 66.67%
G = 25.97%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC4313 (or 0xAC4313) is known color: Rust. HEX triplet: AC, 43 and 13. RGB value is (172,67,19). Sum of RGB (Red+Green+Blue) = 172+67+19=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4313 is #53BCEC. Grayscale: #5D5D5D. Windows color (decimal): -5487853 or 1262508. OLE color: 1262508.

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

Color convert

RGB 172 67 19 -
CMYK 0 0.61 0.89 0.33
HSL 18.82º 0.8% 0.37% -
HSV(B) 18.82º 0.89% 0.67% -
XYZ 19.14 12.83 2.08 -
YUV 92.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 172 67 19 0 0.61 0.89 0.33 18.82 0.8 0.37
Hex AC 43 13 0 3D 59 21 13 50 25
Octal 254 103 23 0 75 131 41 23 120 45
Binary 10101100 1000011 10011 0 111101 1011001 100001 10011 1010000 100101

Color Harmonies of #AC4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4313

Black with #AC4313

Text Example


Text Example

White with #AC4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4313; }

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

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

background-color css

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

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

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

border-color css

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

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

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