Html Css Color HEX #AC330E Rust

📋 copy color: '#AC330E'

red 172 ◦ green 51 ◦ blue 14

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

Shades of Rust #AC330E

Tints of Rust #AC330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 72.57%
G = 21.52%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC330E (or 0xAC330E) is known color: Rust. HEX triplet: AC, 33 and 0E. RGB value is (172,51,14). Sum of RGB (Red+Green+Blue) = 172+51+14=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC330E is #53CCF1. Grayscale: #535353. Windows color (decimal): -5491954 or 930732. OLE color: 930732.

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

Color convert

RGB 172 51 14 -
CMYK 0 0.70 0.92 0.33
HSL 14.05º 0.85% 0.36% -
HSV(B) 14.05º 0.92% 0.67% -
XYZ 18.28 11.17 1.61 -
YUV 82.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 172 51 14 0 0.70 0.92 0.33 14.05 0.85 0.36
Hex AC 33 E 0 46 5C 21 E 55 24
Octal 254 63 16 0 106 134 41 16 125 44
Binary 10101100 110011 1110 0 1000110 1011100 100001 1110 1010101 100100

Color Harmonies of #AC330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC330E

Black with #AC330E

Text Example


Text Example

White with #AC330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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