Html Css Color HEX #AC3A04 Rust

📋 copy color: '#AC3A04'

red 172 ◦ green 58 ◦ blue 4

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

Shades of Rust #AC3A04

Tints of Rust #AC3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 73.5%
G = 24.79%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC3A04 (or 0xAC3A04) is known color: Rust. HEX triplet: AC, 3A and 04. RGB value is (172,58,4). Sum of RGB (Red+Green+Blue) = 172+58+4=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A04 is #53C5FB. Grayscale: #565656. Windows color (decimal): -5490172 or 277164. OLE color: 277164.

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

Color convert

RGB 172 58 4 -
CMYK 0 0.66 0.98 0.33
HSL 19.29º 0.95% 0.35% -
HSV(B) 19.29º 0.98% 0.67% -
XYZ 18.55 11.81 1.42 -
YUV 85.93 81.77 189.39 -
System Red Green Blue C M Y K H S L
Decimal 172 58 4 0 0.66 0.98 0.33 19.29 0.95 0.35
Hex AC 3A 4 0 42 62 21 13 5F 23
Octal 254 72 4 0 102 142 41 23 137 43
Binary 10101100 111010 100 0 1000010 1100010 100001 10011 1011111 100011

Color Harmonies of #AC3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A04

Black with #AC3A04

Text Example


Text Example

White with #AC3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A04; }

 p { color: rgb(172,58,4); }

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

background-color css

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

 a { background-color: rgb(172,58,4); }

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

border-color css

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

 span { border-color: rgb(172,58,4); }

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