Html Css Color HEX #AC2602 Rust

📋 copy color: '#AC2602'

red 172 ◦ green 38 ◦ blue 2

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

Shades of Rust #AC2602

Tints of Rust #AC2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

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

R = 81.13%
G = 17.92%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2602 (or 0xAC2602) is known color: Rust. HEX triplet: AC, 26 and 02. RGB value is (172,38,2). Sum of RGB (Red+Green+Blue) = 172+38+2=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2602 is #53D9FD. Grayscale: #4A4A4A. Windows color (decimal): -5495294 or 140972. OLE color: 140972.

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

Color convert

RGB 172 38 2 -
CMYK 0 0.78 0.99 0.33
HSL 12.71º 0.98% 0.34% -
HSV(B) 12.71º 0.99% 0.67% -
XYZ 17.72 10.16 1.08 -
YUV 73.96 87.39 197.93 -
System Red Green Blue C M Y K H S L
Decimal 172 38 2 0 0.78 0.99 0.33 12.71 0.98 0.34
Hex AC 26 2 0 4E 63 21 D 62 22
Octal 254 46 2 0 116 143 41 15 142 42
Binary 10101100 100110 10 0 1001110 1100011 100001 1101 1100010 100010

Color Harmonies of #AC2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2602

Black with #AC2602

Text Example


Text Example

White with #AC2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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