Html Css Color HEX #AC432D Medium Carmine

📋 copy color: '#AC432D'

red 172 ◦ green 67 ◦ blue 45

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

Shades of Medium Carmine #AC432D

Tints of Medium Carmine #AC432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 60.56%
G = 23.59%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC432D (or 0xAC432D) is known color: Medium Carmine. HEX triplet: AC, 43 and 2D. RGB value is (172,67,45). Sum of RGB (Red+Green+Blue) = 172+67+45=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC432D is #53BCD2. Grayscale: #606060. Windows color (decimal): -5487827 or 2966444. OLE color: 2966444.

HSL color Cylindrical-coordinate representation of color #AC432D: hue angle of 10.39º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC432D is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 67 45 -
CMYK 0 0.61 0.74 0.33
HSL 10.39º 0.59% 0.43% -
HSV(B) 10.39º 0.74% 0.67% -
XYZ 19.49 12.97 3.96 -
YUV 95.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 172 67 45 0 0.61 0.74 0.33 10.39 0.59 0.43
Hex AC 43 2D 0 3D 4A 21 A 3B 2B
Octal 254 103 55 0 75 112 41 12 73 53
Binary 10101100 1000011 101101 0 111101 1001010 100001 1010 111011 101011

Color Harmonies of #AC432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC432D

Black with #AC432D

Text Example


Text Example

White with #AC432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC432D; }

 p { color: rgb(172,67,45); }

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

background-color css

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

 a { background-color: rgb(172,67,45); }

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

border-color css

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

 span { border-color: rgb(172,67,45); }

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