Html Css Color HEX #AC362D Medium Carmine

📋 copy color: '#AC362D'

red 172 ◦ green 54 ◦ blue 45

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

Shades of Medium Carmine #AC362D

Tints of Medium Carmine #AC362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 63.47%
G = 19.93%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC362D (or 0xAC362D) is known color: Medium Carmine. HEX triplet: AC, 36 and 2D. RGB value is (172,54,45). Sum of RGB (Red+Green+Blue) = 172+54+45=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC362D is #53C9D2. Grayscale: #585858. Windows color (decimal): -5491155 or 2963116. OLE color: 2963116.

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

Color convert

RGB 172 54 45 -
CMYK 0 0.69 0.74 0.33
HSL 4.25º 0.59% 0.43% -
HSV(B) 4.25º 0.74% 0.67% -
XYZ 18.81 11.6 3.73 -
YUV 88.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 172 54 45 0 0.69 0.74 0.33 4.25 0.59 0.43
Hex AC 36 2D 0 45 4A 21 4 3B 2B
Octal 254 66 55 0 105 112 41 4 73 53
Binary 10101100 110110 101101 0 1000101 1001010 100001 100 111011 101011

Color Harmonies of #AC362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC362D

Black with #AC362D

Text Example


Text Example

White with #AC362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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