Html Css Color HEX #AC3402 Rust

📋 copy color: '#AC3402'

red 172 ◦ green 52 ◦ blue 2

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

Shades of Rust #AC3402

Tints of Rust #AC3402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 76.11%
G = 23.01%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3402 (or 0xAC3402) is known color: Rust. HEX triplet: AC, 34 and 02. RGB value is (172,52,2). Sum of RGB (Red+Green+Blue) = 172+52+2=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3402 is #53CBFD. Grayscale: #525252. Windows color (decimal): -5491710 or 144556. OLE color: 144556.

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

Color convert

RGB 172 52 2 -
CMYK 0 0.70 0.99 0.33
HSL 17.65º 0.98% 0.34% -
HSV(B) 17.65º 0.99% 0.67% -
XYZ 18.25 11.23 1.26 -
YUV 82.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 172 52 2 0 0.70 0.99 0.33 17.65 0.98 0.34
Hex AC 34 2 0 46 63 21 12 62 22
Octal 254 64 2 0 106 143 41 22 142 42
Binary 10101100 110100 10 0 1000110 1100011 100001 10010 1100010 100010

Color Harmonies of #AC3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3402

Black with #AC3402

Text Example


Text Example

White with #AC3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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