Html Css Color HEX #AC3B05 Rust

📋 copy color: '#AC3B05'

red 172 ◦ green 59 ◦ blue 5

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

Shades of Rust #AC3B05

Tints of Rust #AC3B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 72.88%
G = 25%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC3B05 (or 0xAC3B05) is known color: Rust. HEX triplet: AC, 3B and 05. RGB value is (172,59,5). Sum of RGB (Red+Green+Blue) = 172+59+5=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B05 is #53C4FA. Grayscale: #565656. Windows color (decimal): -5489915 or 342956. OLE color: 342956.

HSL color Cylindrical-coordinate representation of color #AC3B05: hue angle of 19.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC3B05 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 59 5 -
CMYK 0 0.66 0.97 0.33
HSL 19.4º 0.94% 0.35% -
HSV(B) 19.4º 0.97% 0.67% -
XYZ 18.6 11.91 1.46 -
YUV 86.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 172 59 5 0 0.66 0.97 0.33 19.4 0.94 0.35
Hex AC 3B 5 0 42 61 21 13 5E 23
Octal 254 73 5 0 102 141 41 23 136 43
Binary 10101100 111011 101 0 1000010 1100001 100001 10011 1011110 100011

Color Harmonies of #AC3B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B05

Black with #AC3B05

Text Example


Text Example

White with #AC3B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B05; }

 p { color: rgb(172,59,5); }

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

background-color css

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

 a { background-color: rgb(172,59,5); }

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

border-color css

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

 span { border-color: rgb(172,59,5); }

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