Html Css Color HEX #AC4002 Rust

📋 copy color: '#AC4002'

red 172 ◦ green 64 ◦ blue 2

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

Shades of Rust #AC4002

Tints of Rust #AC4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

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

R = 72.27%
G = 26.89%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC4002 (or 0xAC4002) is known color: Rust. HEX triplet: AC, 40 and 02. RGB value is (172,64,2). Sum of RGB (Red+Green+Blue) = 172+64+2=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4002 is #53BFFD. Grayscale: #595959. Windows color (decimal): -5488638 or 147628. OLE color: 147628.

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

Color convert

RGB 172 64 2 -
CMYK 0 0.63 0.99 0.33
HSL 21.88º 0.98% 0.34% -
HSV(B) 21.88º 0.99% 0.67% -
XYZ 18.86 12.44 1.47 -
YUV 89.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 172 64 2 0 0.63 0.99 0.33 21.88 0.98 0.34
Hex AC 40 2 0 3F 63 21 16 62 22
Octal 254 100 2 0 77 143 41 26 142 42
Binary 10101100 1000000 10 0 111111 1100011 100001 10110 1100010 100010

Color Harmonies of #AC4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4002

Black with #AC4002

Text Example


Text Example

White with #AC4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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