Html Css Color HEX #AC412B Medium Carmine

📋 copy color: '#AC412B'

red 172 ◦ green 65 ◦ blue 43

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

Shades of Medium Carmine #AC412B

Tints of Medium Carmine #AC412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 61.43%
G = 23.21%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC412B (or 0xAC412B) is known color: Medium Carmine. HEX triplet: AC, 41 and 2B. RGB value is (172,65,43). Sum of RGB (Red+Green+Blue) = 172+65+43=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC412B is #53BED4. Grayscale: #5E5E5E. Windows color (decimal): -5488341 or 2834860. OLE color: 2834860.

HSL color Cylindrical-coordinate representation of color #AC412B: hue angle of 10.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC412B is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 43 -
CMYK 0 0.62 0.75 0.33
HSL 10.23º 0.6% 0.42% -
HSV(B) 10.23º 0.75% 0.67% -
XYZ 19.34 12.73 3.72 -
YUV 94.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 172 65 43 0 0.62 0.75 0.33 10.23 0.6 0.42
Hex AC 41 2B 0 3E 4B 21 A 3C 2A
Octal 254 101 53 0 76 113 41 12 74 52
Binary 10101100 1000001 101011 0 111110 1001011 100001 1010 111100 101010

Color Harmonies of #AC412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC412B

Black with #AC412B

Text Example


Text Example

White with #AC412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC412B; }

 p { color: rgb(172,65,43); }

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

background-color css

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

 a { background-color: rgb(172,65,43); }

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

border-color css

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

 span { border-color: rgb(172,65,43); }

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