Html Css Color HEX #AC3824 Medium Carmine

📋 copy color: '#AC3824'

red 172 ◦ green 56 ◦ blue 36

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

Shades of Medium Carmine #AC3824

Tints of Medium Carmine #AC3824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 65.15%
G = 21.21%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC3824 (or 0xAC3824) is known color: Medium Carmine. HEX triplet: AC, 38 and 24. RGB value is (172,56,36). Sum of RGB (Red+Green+Blue) = 172+56+36=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3824 is #53C7DB. Grayscale: #585858. Windows color (decimal): -5490652 or 2373804. OLE color: 2373804.

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

Color convert

RGB 172 56 36 -
CMYK 0 0.67 0.79 0.33
HSL 8.82º 0.65% 0.41% -
HSV(B) 8.82º 0.79% 0.67% -
XYZ 18.75 11.73 2.94 -
YUV 88.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 172 56 36 0 0.67 0.79 0.33 8.82 0.65 0.41
Hex AC 38 24 0 43 4F 21 9 41 29
Octal 254 70 44 0 103 117 41 11 101 51
Binary 10101100 111000 100100 0 1000011 1001111 100001 1001 1000001 101001

Color Harmonies of #AC3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3824

Black with #AC3824

Text Example


Text Example

White with #AC3824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3824; }

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

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

background-color css

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

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

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

border-color css

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

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

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