Html Css Color HEX #AC3005 Rust

📋 copy color: '#AC3005'

red 172 ◦ green 48 ◦ blue 5

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

Shades of Rust #AC3005

Tints of Rust #AC3005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 76.44%
G = 21.33%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC3005 (or 0xAC3005) is known color: Rust. HEX triplet: AC, 30 and 05. RGB value is (172,48,5). Sum of RGB (Red+Green+Blue) = 172+48+5=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3005 is #53CFFA. Grayscale: #505050. Windows color (decimal): -5492731 or 340140. OLE color: 340140.

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

Color convert

RGB 172 48 5 -
CMYK 0 0.72 0.97 0.33
HSL 15.45º 0.94% 0.35% -
HSV(B) 15.45º 0.97% 0.67% -
XYZ 18.1 10.9 1.29 -
YUV 80.17 85.58 193.5 -
System Red Green Blue C M Y K H S L
Decimal 172 48 5 0 0.72 0.97 0.33 15.45 0.94 0.35
Hex AC 30 5 0 48 61 21 F 5E 23
Octal 254 60 5 0 110 141 41 17 136 43
Binary 10101100 110000 101 0 1001000 1100001 100001 1111 1011110 100011

Color Harmonies of #AC3005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3005

Black with #AC3005

Text Example


Text Example

White with #AC3005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3005; }

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

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

background-color css

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

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

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

border-color css

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

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

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