Html Css Color HEX #AC3A0B Rust

📋 copy color: '#AC3A0B'

red 172 ◦ green 58 ◦ blue 11

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

Shades of Rust #AC3A0B

Tints of Rust #AC3A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 71.37%
G = 24.07%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC3A0B (or 0xAC3A0B) is known color: Rust. HEX triplet: AC, 3A and 0B. RGB value is (172,58,11). Sum of RGB (Red+Green+Blue) = 172+58+11=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A0B is #53C5F4. Grayscale: #575757. Windows color (decimal): -5490165 or 735916. OLE color: 735916.

HSL color Cylindrical-coordinate representation of color #AC3A0B: hue angle of 17.52º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC3A0B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 11 -
CMYK 0 0.66 0.94 0.33
HSL 17.52º 0.88% 0.36% -
HSV(B) 17.52º 0.94% 0.67% -
XYZ 18.59 11.82 1.62 -
YUV 86.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 172 58 11 0 0.66 0.94 0.33 17.52 0.88 0.36
Hex AC 3A B 0 42 5E 21 12 58 24
Octal 254 72 13 0 102 136 41 22 130 44
Binary 10101100 111010 1011 0 1000010 1011110 100001 10010 1011000 100100

Color Harmonies of #AC3A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A0B

Black with #AC3A0B

Text Example


Text Example

White with #AC3A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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