Html Css Color HEX #AC452F Medium Carmine

📋 copy color: '#AC452F'

red 172 ◦ green 69 ◦ blue 47

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

Shades of Medium Carmine #AC452F

Tints of Medium Carmine #AC452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 59.72%
G = 23.96%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC452F (or 0xAC452F) is known color: Medium Carmine. HEX triplet: AC, 45 and 2F. RGB value is (172,69,47). Sum of RGB (Red+Green+Blue) = 172+69+47=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC452F is #53BAD0. Grayscale: #616161. Windows color (decimal): -5487313 or 3098028. OLE color: 3098028.

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

Color convert

RGB 172 69 47 -
CMYK 0 0.60 0.73 0.33
HSL 10.56º 0.57% 0.43% -
HSV(B) 10.56º 0.73% 0.67% -
XYZ 19.65 13.23 4.21 -
YUV 97.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 172 69 47 0 0.60 0.73 0.33 10.56 0.57 0.43
Hex AC 45 2F 0 3C 49 21 B 39 2B
Octal 254 105 57 0 74 111 41 13 71 53
Binary 10101100 1000101 101111 0 111100 1001001 100001 1011 111001 101011

Color Harmonies of #AC452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC452F

Black with #AC452F

Text Example


Text Example

White with #AC452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC452F; }

 p { color: rgb(172,69,47); }

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

background-color css

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

 a { background-color: rgb(172,69,47); }

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

border-color css

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

 span { border-color: rgb(172,69,47); }

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