Html Css Color HEX #AC052D Carmine

📋 copy color: '#AC052D'

red 172 ◦ green 5 ◦ blue 45

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

Shades of Carmine #AC052D

Tints of Carmine #AC052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 77.48%
G = 2.25%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC052D (or 0xAC052D) is known color: Carmine. HEX triplet: AC, 05 and 2D. RGB value is (172,5,45). Sum of RGB (Red+Green+Blue) = 172+5+45=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC052D is #53FAD2. Grayscale: #3B3B3B. Windows color (decimal): -5503699 or 2950572. OLE color: 2950572.

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

Color convert

RGB 172 5 45 -
CMYK 0 0.97 0.74 0.33
HSL 345.63º 0.94% 0.35% -
HSV(B) 345.63º 0.97% 0.67% -
XYZ 17.54 9.07 3.31 -
YUV 59.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 172 5 45 0 0.97 0.74 0.33 345.63 0.94 0.35
Hex AC 5 2D 0 61 4A 21 15A 5E 23
Octal 254 5 55 0 141 112 41 532 136 43
Binary 10101100 101 101101 0 1100001 1001010 100001 101011010 1011110 100011

Color Harmonies of #AC052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC052D

Black with #AC052D

Text Example


Text Example

White with #AC052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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