Html Css Color HEX #AC2506 Rust

📋 copy color: '#AC2506'

red 172 ◦ green 37 ◦ blue 6

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

Shades of Rust #AC2506

Tints of Rust #AC2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

 BLUE value IS 6 (2.73% from 255) = 2.79%

R = 80%
G = 17.21%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC2506 (or 0xAC2506) is known color: Rust. HEX triplet: AC, 25 and 06. RGB value is (172,37,6). Sum of RGB (Red+Green+Blue) = 172+37+6=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2506 is #53DAF9. Grayscale: #4A4A4A. Windows color (decimal): -5495546 or 402860. OLE color: 402860.

HSL color Cylindrical-coordinate representation of color #AC2506: hue angle of 11.2º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC2506 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 6 -
CMYK 0 0.78 0.97 0.33
HSL 11.2º 0.93% 0.35% -
HSV(B) 11.2º 0.97% 0.67% -
XYZ 17.71 10.11 1.19 -
YUV 73.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 172 37 6 0 0.78 0.97 0.33 11.2 0.93 0.35
Hex AC 25 6 0 4E 61 21 B 5D 23
Octal 254 45 6 0 116 141 41 13 135 43
Binary 10101100 100101 110 0 1001110 1100001 100001 1011 1011101 100011

Color Harmonies of #AC2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2506

Black with #AC2506

Text Example


Text Example

White with #AC2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2506; }

 p { color: rgb(172,37,6); }

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

background-color css

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

 a { background-color: rgb(172,37,6); }

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

border-color css

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

 span { border-color: rgb(172,37,6); }

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