Html Css Color HEX #AC300B Rust

📋 copy color: '#AC300B'

red 172 ◦ green 48 ◦ blue 11

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

Shades of Rust #AC300B

Tints of Rust #AC300B

RGB

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

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

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

R = 74.46%
G = 20.78%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC300B (or 0xAC300B) is known color: Rust. HEX triplet: AC, 30 and 0B. RGB value is (172,48,11). Sum of RGB (Red+Green+Blue) = 172+48+11=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC300B is #53CFF4. Grayscale: #515151. Windows color (decimal): -5492725 or 733356. OLE color: 733356.

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

Color convert

RGB 172 48 11 -
CMYK 0 0.72 0.94 0.33
HSL 13.79º 0.88% 0.36% -
HSV(B) 13.79º 0.94% 0.67% -
XYZ 18.13 10.91 1.47 -
YUV 80.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 172 48 11 0 0.72 0.94 0.33 13.79 0.88 0.36
Hex AC 30 B 0 48 5E 21 E 58 24
Octal 254 60 13 0 110 136 41 16 130 44
Binary 10101100 110000 1011 0 1001000 1011110 100001 1110 1011000 100100

Color Harmonies of #AC300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC300B

Black with #AC300B

Text Example


Text Example

White with #AC300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC300B; }

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

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

background-color css

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

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

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

border-color css

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

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

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