Html Css Color HEX #AC3B04 Rust

📋 copy color: '#AC3B04'

red 172 ◦ green 59 ◦ blue 4

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

Shades of Rust #AC3B04

Tints of Rust #AC3B04

RGB

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

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

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

R = 73.19%
G = 25.11%
B = 1.7%

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

#AC3B04 (or 0xAC3B04) is known color: Rust. HEX triplet: AC, 3B and 04. RGB value is (172,59,4). Sum of RGB (Red+Green+Blue) = 172+59+4=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B04 is #53C4FB. Grayscale: #565656. Windows color (decimal): -5489916 or 277420. OLE color: 277420.

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

Color convert

RGB 172 59 4 -
CMYK 0 0.66 0.98 0.33
HSL 19.64º 0.95% 0.35% -
HSV(B) 19.64º 0.98% 0.67% -
XYZ 18.6 11.91 1.43 -
YUV 86.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 172 59 4 0 0.66 0.98 0.33 19.64 0.95 0.35
Hex AC 3B 4 0 42 62 21 14 5F 23
Octal 254 73 4 0 102 142 41 24 137 43
Binary 10101100 111011 100 0 1000010 1100010 100001 10100 1011111 100011

Color Harmonies of #AC3B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B04

Black with #AC3B04

Text Example


Text Example

White with #AC3B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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