Html Css Color HEX #AC330F Rust

📋 copy color: '#AC330F'

red 172 ◦ green 51 ◦ blue 15

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

Shades of Rust #AC330F

Tints of Rust #AC330F

RGB

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

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

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

R = 72.27%
G = 21.43%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC330F (or 0xAC330F) is known color: Rust. HEX triplet: AC, 33 and 0F. RGB value is (172,51,15). Sum of RGB (Red+Green+Blue) = 172+51+15=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC330F is #53CCF0. Grayscale: #535353. Windows color (decimal): -5491953 or 996268. OLE color: 996268.

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

Color convert

RGB 172 51 15 -
CMYK 0 0.70 0.91 0.33
HSL 13.76º 0.84% 0.37% -
HSV(B) 13.76º 0.91% 0.67% -
XYZ 18.28 11.17 1.64 -
YUV 83.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 172 51 15 0 0.70 0.91 0.33 13.76 0.84 0.37
Hex AC 33 F 0 46 5B 21 E 54 25
Octal 254 63 17 0 106 133 41 16 124 45
Binary 10101100 110011 1111 0 1000110 1011011 100001 1110 1010100 100101

Color Harmonies of #AC330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC330F

Black with #AC330F

Text Example


Text Example

White with #AC330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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