Html Css Color HEX #AC3301 Rust

📋 copy color: '#AC3301'

red 172 ◦ green 51 ◦ blue 1

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

Shades of Rust #AC3301

Tints of Rust #AC3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 76.79%
G = 22.77%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3301 (or 0xAC3301) is known color: Rust. HEX triplet: AC, 33 and 01. RGB value is (172,51,1). Sum of RGB (Red+Green+Blue) = 172+51+1=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3301 is #53CCFE. Grayscale: #515151. Windows color (decimal): -5491967 or 78764. OLE color: 78764.

HSL color Cylindrical-coordinate representation of color #AC3301: hue angle of 17.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC3301 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 1 -
CMYK 0 0.70 0.99 0.33
HSL 17.54º 0.99% 0.34% -
HSV(B) 17.54º 0.99% 0.67% -
XYZ 18.2 11.14 1.22 -
YUV 81.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 172 51 1 0 0.70 0.99 0.33 17.54 0.99 0.34
Hex AC 33 1 0 46 63 21 12 63 22
Octal 254 63 1 0 106 143 41 22 143 42
Binary 10101100 110011 1 0 1000110 1100011 100001 10010 1100011 100010

Color Harmonies of #AC3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3301

Black with #AC3301

Text Example


Text Example

White with #AC3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3301; }

 p { color: rgb(172,51,1); }

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

background-color css

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

 a { background-color: rgb(172,51,1); }

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

border-color css

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

 span { border-color: rgb(172,51,1); }

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