Html Css Color HEX #AC401B Rust

📋 copy color: '#AC401B'

red 172 ◦ green 64 ◦ blue 27

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

Shades of Rust #AC401B

Tints of Rust #AC401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 65.4%
G = 24.33%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC401B (or 0xAC401B) is known color: Rust. HEX triplet: AC, 40 and 1B. RGB value is (172,64,27). Sum of RGB (Red+Green+Blue) = 172+64+27=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC401B is #53BFE4. Grayscale: #5C5C5C. Windows color (decimal): -5488613 or 1786028. OLE color: 1786028.

HSL color Cylindrical-coordinate representation of color #AC401B: hue angle of 15.31º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC401B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 27 -
CMYK 0 0.63 0.84 0.33
HSL 15.31º 0.73% 0.39% -
HSV(B) 15.31º 0.84% 0.67% -
XYZ 19.04 12.52 2.45 -
YUV 92.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 172 64 27 0 0.63 0.84 0.33 15.31 0.73 0.39
Hex AC 40 1B 0 3F 54 21 F 49 27
Octal 254 100 33 0 77 124 41 17 111 47
Binary 10101100 1000000 11011 0 111111 1010100 100001 1111 1001001 100111

Color Harmonies of #AC401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC401B

Black with #AC401B

Text Example


Text Example

White with #AC401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC401B; }

 p { color: rgb(172,64,27); }

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

background-color css

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

 a { background-color: rgb(172,64,27); }

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

border-color css

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

 span { border-color: rgb(172,64,27); }

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