Html Css Color HEX #AC3B32 Medium Carmine

📋 copy color: '#AC3B32'

red 172 ◦ green 59 ◦ blue 50

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

Shades of Medium Carmine #AC3B32

Tints of Medium Carmine #AC3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 61.21%
G = 21%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC3B32 (or 0xAC3B32) is known color: Medium Carmine. HEX triplet: AC, 3B and 32. RGB value is (172,59,50). Sum of RGB (Red+Green+Blue) = 172+59+50=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B32 is #53C4CD. Grayscale: #5B5B5B. Windows color (decimal): -5489870 or 3292076. OLE color: 3292076.

HSL color Cylindrical-coordinate representation of color #AC3B32: hue angle of 4.43º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3B32 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 59 50 -
CMYK 0 0.66 0.71 0.33
HSL 4.43º 0.55% 0.44% -
HSV(B) 4.43º 0.71% 0.67% -
XYZ 19.15 12.13 4.35 -
YUV 91.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 172 59 50 0 0.66 0.71 0.33 4.43 0.55 0.44
Hex AC 3B 32 0 42 47 21 4 37 2C
Octal 254 73 62 0 102 107 41 4 67 54
Binary 10101100 111011 110010 0 1000010 1000111 100001 100 110111 101100

Color Harmonies of #AC3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B32

Black with #AC3B32

Text Example


Text Example

White with #AC3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B32; }

 p { color: rgb(172,59,50); }

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

background-color css

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

 a { background-color: rgb(172,59,50); }

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

border-color css

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

 span { border-color: rgb(172,59,50); }

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