Html Css Color HEX #AC2601 Rust

📋 copy color: '#AC2601'

red 172 ◦ green 38 ◦ blue 1

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

Shades of Rust #AC2601

Tints of Rust #AC2601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 81.52%
G = 18.01%
B = 0.47%

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

#AC2601 (or 0xAC2601) is known color: Rust. HEX triplet: AC, 26 and 01. RGB value is (172,38,1). Sum of RGB (Red+Green+Blue) = 172+38+1=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2601 is #53D9FE. Grayscale: #4A4A4A. Windows color (decimal): -5495295 or 75436. OLE color: 75436.

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

Color convert

RGB 172 38 1 -
CMYK 0 0.78 0.99 0.33
HSL 12.98º 0.99% 0.34% -
HSV(B) 12.98º 0.99% 0.67% -
XYZ 17.71 10.16 1.06 -
YUV 73.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 172 38 1 0 0.78 0.99 0.33 12.98 0.99 0.34
Hex AC 26 1 0 4E 63 21 D 63 22
Octal 254 46 1 0 116 143 41 15 143 42
Binary 10101100 100110 1 0 1001110 1100011 100001 1101 1100011 100010

Color Harmonies of #AC2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2601

Black with #AC2601

Text Example


Text Example

White with #AC2601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2601; }

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

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

background-color css

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

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

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

border-color css

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

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

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