Html Css Color HEX #AC3314 Rust

📋 copy color: '#AC3314'

red 172 ◦ green 51 ◦ blue 20

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

Shades of Rust #AC3314

Tints of Rust #AC3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 70.78%
G = 20.99%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3314 (or 0xAC3314) is known color: Rust. HEX triplet: AC, 33 and 14. RGB value is (172,51,20). Sum of RGB (Red+Green+Blue) = 172+51+20=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3314 is #53CCEB. Grayscale: #535353. Windows color (decimal): -5491948 or 1323948. OLE color: 1323948.

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

Color convert

RGB 172 51 20 -
CMYK 0 0.70 0.88 0.33
HSL 12.24º 0.79% 0.38% -
HSV(B) 12.24º 0.88% 0.67% -
XYZ 18.32 11.19 1.86 -
YUV 83.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 172 51 20 0 0.70 0.88 0.33 12.24 0.79 0.38
Hex AC 33 14 0 46 58 21 C 4F 26
Octal 254 63 24 0 106 130 41 14 117 46
Binary 10101100 110011 10100 0 1000110 1011000 100001 1100 1001111 100110

Color Harmonies of #AC3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3314

Black with #AC3314

Text Example


Text Example

White with #AC3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3314; }

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

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

background-color css

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

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

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

border-color css

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

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

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