Html Css Color HEX #AC330A Rust

📋 copy color: '#AC330A'

red 172 ◦ green 51 ◦ blue 10

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

Shades of Rust #AC330A

Tints of Rust #AC330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 73.82%
G = 21.89%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC330A (or 0xAC330A) is known color: Rust. HEX triplet: AC, 33 and 0A. RGB value is (172,51,10). Sum of RGB (Red+Green+Blue) = 172+51+10=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC330A is #53CCF5. Grayscale: #525252. Windows color (decimal): -5491958 or 668588. OLE color: 668588.

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

Color convert

RGB 172 51 10 -
CMYK 0 0.70 0.94 0.33
HSL 15.19º 0.89% 0.36% -
HSV(B) 15.19º 0.94% 0.67% -
XYZ 18.25 11.16 1.48 -
YUV 82.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 172 51 10 0 0.70 0.94 0.33 15.19 0.89 0.36
Hex AC 33 A 0 46 5E 21 F 59 24
Octal 254 63 12 0 106 136 41 17 131 44
Binary 10101100 110011 1010 0 1000110 1011110 100001 1111 1011001 100100

Color Harmonies of #AC330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC330A

Black with #AC330A

Text Example


Text Example

White with #AC330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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