Html Css Color HEX #AC3922 Medium Carmine

📋 copy color: '#AC3922'

red 172 ◦ green 57 ◦ blue 34

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

Shades of Medium Carmine #AC3922

Tints of Medium Carmine #AC3922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 65.4%
G = 21.67%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC3922 (or 0xAC3922) is known color: Medium Carmine. HEX triplet: AC, 39 and 22. RGB value is (172,57,34). Sum of RGB (Red+Green+Blue) = 172+57+34=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3922 is #53C6DD. Grayscale: #585858. Windows color (decimal): -5490398 or 2242988. OLE color: 2242988.

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

Color convert

RGB 172 57 34 -
CMYK 0 0.67 0.80 0.33
HSL 10º 0.67% 0.4% -
HSV(B) 10º 0.8% 0.67% -
XYZ 18.77 11.81 2.8 -
YUV 88.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 172 57 34 0 0.67 0.80 0.33 10 0.67 0.4
Hex AC 39 22 0 43 50 21 A 43 28
Octal 254 71 42 0 103 120 41 12 103 50
Binary 10101100 111001 100010 0 1000011 1010000 100001 1010 1000011 101000

Color Harmonies of #AC3922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3922

Black with #AC3922

Text Example


Text Example

White with #AC3922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3922; }

 p { color: rgb(172,57,34); }

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

background-color css

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

 a { background-color: rgb(172,57,34); }

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

border-color css

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

 span { border-color: rgb(172,57,34); }

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