Html Css Color HEX #AC340F Rust

📋 copy color: '#AC340F'

red 172 ◦ green 52 ◦ blue 15

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

Shades of Rust #AC340F

Tints of Rust #AC340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 71.97%
G = 21.76%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC340F (or 0xAC340F) is known color: Rust. HEX triplet: AC, 34 and 0F. RGB value is (172,52,15). Sum of RGB (Red+Green+Blue) = 172+52+15=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC340F is #53CBF0. Grayscale: #535353. Windows color (decimal): -5491697 or 996524. OLE color: 996524.

HSL color Cylindrical-coordinate representation of color #AC340F: hue angle of 14.14º degrees, saturation: 0.84, 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 #AC340F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 15 -
CMYK 0 0.70 0.91 0.33
HSL 14.14º 0.84% 0.37% -
HSV(B) 14.14º 0.91% 0.67% -
XYZ 18.33 11.26 1.66 -
YUV 83.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 172 52 15 0 0.70 0.91 0.33 14.14 0.84 0.37
Hex AC 34 F 0 46 5B 21 E 54 25
Octal 254 64 17 0 106 133 41 16 124 45
Binary 10101100 110100 1111 0 1000110 1011011 100001 1110 1010100 100101

Color Harmonies of #AC340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC340F

Black with #AC340F

Text Example


Text Example

White with #AC340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC340F; }

 p { color: rgb(172,52,15); }

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

background-color css

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

 a { background-color: rgb(172,52,15); }

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

border-color css

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

 span { border-color: rgb(172,52,15); }

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