Html Css Color HEX #AC371B Rust

📋 copy color: '#AC371B'

red 172 ◦ green 55 ◦ blue 27

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

Shades of Rust #AC371B

Tints of Rust #AC371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 67.72%
G = 21.65%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC371B (or 0xAC371B) is known color: Rust. HEX triplet: AC, 37 and 1B. RGB value is (172,55,27). Sum of RGB (Red+Green+Blue) = 172+55+27=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC371B is #53C8E4. Grayscale: #575757. Windows color (decimal): -5490917 or 1783724. OLE color: 1783724.

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

Color convert

RGB 172 55 27 -
CMYK 0 0.68 0.84 0.33
HSL 11.59º 0.73% 0.39% -
HSV(B) 11.59º 0.84% 0.67% -
XYZ 18.58 11.58 2.29 -
YUV 86.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 172 55 27 0 0.68 0.84 0.33 11.59 0.73 0.39
Hex AC 37 1B 0 44 54 21 C 49 27
Octal 254 67 33 0 104 124 41 14 111 47
Binary 10101100 110111 11011 0 1000100 1010100 100001 1100 1001001 100111

Color Harmonies of #AC371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC371B

Black with #AC371B

Text Example


Text Example

White with #AC371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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