Html Css Color HEX #AC3A1B Rust

📋 copy color: '#AC3A1B'

red 172 ◦ green 58 ◦ blue 27

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

Shades of Rust #AC3A1B

Tints of Rust #AC3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

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

R = 66.93%
G = 22.57%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC3A1B (or 0xAC3A1B) is known color: Rust. HEX triplet: AC, 3A and 1B. RGB value is (172,58,27). Sum of RGB (Red+Green+Blue) = 172+58+27=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A1B is #53C5E4. Grayscale: #585858. Windows color (decimal): -5490149 or 1784492. OLE color: 1784492.

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

Color convert

RGB 172 58 27 -
CMYK 0 0.66 0.84 0.33
HSL 12.83º 0.73% 0.39% -
HSV(B) 12.83º 0.84% 0.67% -
XYZ 18.72 11.88 2.34 -
YUV 88.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 172 58 27 0 0.66 0.84 0.33 12.83 0.73 0.39
Hex AC 3A 1B 0 42 54 21 D 49 27
Octal 254 72 33 0 102 124 41 15 111 47
Binary 10101100 111010 11011 0 1000010 1010100 100001 1101 1001001 100111

Color Harmonies of #AC3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A1B

Black with #AC3A1B

Text Example


Text Example

White with #AC3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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