Html Css Color HEX #AC422B Medium Carmine

📋 copy color: '#AC422B'

red 172 ◦ green 66 ◦ blue 43

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

Shades of Medium Carmine #AC422B

Tints of Medium Carmine #AC422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 61.21%
G = 23.49%
B = 15.3%

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

#AC422B (or 0xAC422B) is known color: Medium Carmine. HEX triplet: AC, 42 and 2B. RGB value is (172,66,43). Sum of RGB (Red+Green+Blue) = 172+66+43=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC422B is #53BDD4. Grayscale: #5F5F5F. Windows color (decimal): -5488085 or 2835116. OLE color: 2835116.

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

Color convert

RGB 172 66 43 -
CMYK 0 0.62 0.75 0.33
HSL 10.7º 0.6% 0.42% -
HSV(B) 10.7º 0.75% 0.67% -
XYZ 19.4 12.84 3.74 -
YUV 95.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 172 66 43 0 0.62 0.75 0.33 10.7 0.6 0.42
Hex AC 42 2B 0 3E 4B 21 B 3C 2A
Octal 254 102 53 0 76 113 41 13 74 52
Binary 10101100 1000010 101011 0 111110 1001011 100001 1011 111100 101010

Color Harmonies of #AC422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC422B

Black with #AC422B

Text Example


Text Example

White with #AC422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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