Html Css Color HEX #AC300F Rust

📋 copy color: '#AC300F'

red 172 ◦ green 48 ◦ blue 15

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

Shades of Rust #AC300F

Tints of Rust #AC300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 73.19%
G = 20.43%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC300F (or 0xAC300F) is known color: Rust. HEX triplet: AC, 30 and 0F. RGB value is (172,48,15). Sum of RGB (Red+Green+Blue) = 172+48+15=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC300F is #53CFF0. Grayscale: #515151. Windows color (decimal): -5492721 or 995500. OLE color: 995500.

HSL color Cylindrical-coordinate representation of color #AC300F: hue angle of 12.61º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC300F is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 15 -
CMYK 0 0.72 0.91 0.33
HSL 12.61º 0.84% 0.37% -
HSV(B) 12.61º 0.91% 0.67% -
XYZ 18.16 10.92 1.6 -
YUV 81.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 172 48 15 0 0.72 0.91 0.33 12.61 0.84 0.37
Hex AC 30 F 0 48 5B 21 D 54 25
Octal 254 60 17 0 110 133 41 15 124 45
Binary 10101100 110000 1111 0 1001000 1011011 100001 1101 1010100 100101

Color Harmonies of #AC300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC300F

Black with #AC300F

Text Example


Text Example

White with #AC300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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