Html Css Color HEX #AC300C Rust

📋 copy color: '#AC300C'

red 172 ◦ green 48 ◦ blue 12

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

Shades of Rust #AC300C

Tints of Rust #AC300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 74.14%
G = 20.69%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC300C (or 0xAC300C) is known color: Rust. HEX triplet: AC, 30 and 0C. RGB value is (172,48,12). Sum of RGB (Red+Green+Blue) = 172+48+12=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC300C is #53CFF3. Grayscale: #515151. Windows color (decimal): -5492724 or 798892. OLE color: 798892.

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

Color convert

RGB 172 48 12 -
CMYK 0 0.72 0.93 0.33
HSL 13.5º 0.87% 0.36% -
HSV(B) 13.5º 0.93% 0.67% -
XYZ 18.14 10.91 1.5 -
YUV 80.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 172 48 12 0 0.72 0.93 0.33 13.5 0.87 0.36
Hex AC 30 C 0 48 5D 21 E 57 24
Octal 254 60 14 0 110 135 41 16 127 44
Binary 10101100 110000 1100 0 1001000 1011101 100001 1110 1010111 100100

Color Harmonies of #AC300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC300C

Black with #AC300C

Text Example


Text Example

White with #AC300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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