Html Css Color HEX #AC3821 Medium Carmine

📋 copy color: '#AC3821'

red 172 ◦ green 56 ◦ blue 33

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

Shades of Medium Carmine #AC3821

Tints of Medium Carmine #AC3821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 65.9%
G = 21.46%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC3821 (or 0xAC3821) is known color: Medium Carmine. HEX triplet: AC, 38 and 21. RGB value is (172,56,33). Sum of RGB (Red+Green+Blue) = 172+56+33=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3821 is #53C7DE. Grayscale: #585858. Windows color (decimal): -5490655 or 2177196. OLE color: 2177196.

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

Color convert

RGB 172 56 33 -
CMYK 0 0.67 0.81 0.33
HSL 9.93º 0.68% 0.4% -
HSV(B) 9.93º 0.81% 0.67% -
XYZ 18.7 11.71 2.71 -
YUV 88.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 172 56 33 0 0.67 0.81 0.33 9.93 0.68 0.4
Hex AC 38 21 0 43 51 21 A 44 28
Octal 254 70 41 0 103 121 41 12 104 50
Binary 10101100 111000 100001 0 1000011 1010001 100001 1010 1000100 101000

Color Harmonies of #AC3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3821

Black with #AC3821

Text Example


Text Example

White with #AC3821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3821; }

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

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

background-color css

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

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

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

border-color css

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

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

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