Html Css Color HEX #AC3E02 Rust

📋 copy color: '#AC3E02'

red 172 ◦ green 62 ◦ blue 2

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

Shades of Rust #AC3E02

Tints of Rust #AC3E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.27%

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

R = 72.88%
G = 26.27%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3E02 (or 0xAC3E02) is known color: Rust. HEX triplet: AC, 3E and 02. RGB value is (172,62,2). Sum of RGB (Red+Green+Blue) = 172+62+2=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E02 is #53C1FD. Grayscale: #585858. Windows color (decimal): -5489150 or 147116. OLE color: 147116.

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

Color convert

RGB 172 62 2 -
CMYK 0 0.64 0.99 0.33
HSL 21.18º 0.98% 0.34% -
HSV(B) 21.18º 0.99% 0.67% -
XYZ 18.75 12.22 1.43 -
YUV 88.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 172 62 2 0 0.64 0.99 0.33 21.18 0.98 0.34
Hex AC 3E 2 0 40 63 21 15 62 22
Octal 254 76 2 0 100 143 41 25 142 42
Binary 10101100 111110 10 0 1000000 1100011 100001 10101 1100010 100010

Color Harmonies of #AC3E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E02

Black with #AC3E02

Text Example


Text Example

White with #AC3E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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