Html Css Color HEX #AC3822 Medium Carmine

📋 copy color: '#AC3822'

red 172 ◦ green 56 ◦ blue 34

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

Shades of Medium Carmine #AC3822

Tints of Medium Carmine #AC3822

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 65.65%
G = 21.37%
B = 12.98%

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

#AC3822 (or 0xAC3822) is known color: Medium Carmine. HEX triplet: AC, 38 and 22. RGB value is (172,56,34). Sum of RGB (Red+Green+Blue) = 172+56+34=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3822 is #53C7DD. Grayscale: #585858. Windows color (decimal): -5490654 or 2242732. OLE color: 2242732.

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

Color convert

RGB 172 56 34 -
CMYK 0 0.67 0.80 0.33
HSL 9.57º 0.67% 0.4% -
HSV(B) 9.57º 0.8% 0.67% -
XYZ 18.72 11.71 2.79 -
YUV 88.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 172 56 34 0 0.67 0.80 0.33 9.57 0.67 0.4
Hex AC 38 22 0 43 50 21 A 43 28
Octal 254 70 42 0 103 120 41 12 103 50
Binary 10101100 111000 100010 0 1000011 1010000 100001 1010 1000011 101000

Color Harmonies of #AC3822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3822

Black with #AC3822

Text Example


Text Example

White with #AC3822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3822; }

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

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

background-color css

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

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

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

border-color css

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

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

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