Html Css Color HEX #AC341A Rust

📋 copy color: '#AC341A'

red 172 ◦ green 52 ◦ blue 26

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

Shades of Rust #AC341A

Tints of Rust #AC341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 68.8%
G = 20.8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC341A (or 0xAC341A) is known color: Rust. HEX triplet: AC, 34 and 1A. RGB value is (172,52,26). Sum of RGB (Red+Green+Blue) = 172+52+26=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC341A is #53CBE5. Grayscale: #555555. Windows color (decimal): -5491686 or 1717420. OLE color: 1717420.

HSL color Cylindrical-coordinate representation of color #AC341A: hue angle of 10.68º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC341A is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 26 -
CMYK 0 0.70 0.85 0.33
HSL 10.68º 0.74% 0.39% -
HSV(B) 10.68º 0.85% 0.67% -
XYZ 18.43 11.3 2.19 -
YUV 84.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 172 52 26 0 0.70 0.85 0.33 10.68 0.74 0.39
Hex AC 34 1A 0 46 55 21 B 4A 27
Octal 254 64 32 0 106 125 41 13 112 47
Binary 10101100 110100 11010 0 1000110 1010101 100001 1011 1001010 100111

Color Harmonies of #AC341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC341A

Black with #AC341A

Text Example


Text Example

White with #AC341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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