Html Css Color HEX #AC2401 Rust

📋 copy color: '#AC2401'

red 172 ◦ green 36 ◦ blue 1

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

Shades of Rust #AC2401

Tints of Rust #AC2401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 82.3%
G = 17.22%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2401 (or 0xAC2401) is known color: Rust. HEX triplet: AC, 24 and 01. RGB value is (172,36,1). Sum of RGB (Red+Green+Blue) = 172+36+1=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2401 is #53DBFE. Grayscale: #484848. Windows color (decimal): -5495807 or 74924. OLE color: 74924.

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

Color convert

RGB 172 36 1 -
CMYK 0 0.79 0.99 0.33
HSL 12.28º 0.99% 0.34% -
HSV(B) 12.28º 0.99% 0.67% -
XYZ 17.65 10.03 1.04 -
YUV 72.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 172 36 1 0 0.79 0.99 0.33 12.28 0.99 0.34
Hex AC 24 1 0 4F 63 21 C 63 22
Octal 254 44 1 0 117 143 41 14 143 42
Binary 10101100 100100 1 0 1001111 1100011 100001 1100 1100011 100010

Color Harmonies of #AC2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2401

Black with #AC2401

Text Example


Text Example

White with #AC2401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2401; }

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

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

background-color css

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

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

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

border-color css

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

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

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