Html Css Color HEX #AC3A0C Rust

📋 copy color: '#AC3A0C'

red 172 ◦ green 58 ◦ blue 12

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

Shades of Rust #AC3A0C

Tints of Rust #AC3A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 71.07%
G = 23.97%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC3A0C (or 0xAC3A0C) is known color: Rust. HEX triplet: AC, 3A and 0C. RGB value is (172,58,12). Sum of RGB (Red+Green+Blue) = 172+58+12=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A0C is #53C5F3. Grayscale: #575757. Windows color (decimal): -5490164 or 801452. OLE color: 801452.

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

Color convert

RGB 172 58 12 -
CMYK 0 0.66 0.93 0.33
HSL 17.25º 0.87% 0.36% -
HSV(B) 17.25º 0.93% 0.67% -
XYZ 18.59 11.82 1.65 -
YUV 86.84 85.77 188.74 -
System Red Green Blue C M Y K H S L
Decimal 172 58 12 0 0.66 0.93 0.33 17.25 0.87 0.36
Hex AC 3A C 0 42 5D 21 11 57 24
Octal 254 72 14 0 102 135 41 21 127 44
Binary 10101100 111010 1100 0 1000010 1011101 100001 10001 1010111 100100

Color Harmonies of #AC3A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A0C

Black with #AC3A0C

Text Example


Text Example

White with #AC3A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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