Html Css Color HEX #AC043C Cardinal

📋 copy color: '#AC043C'

red 172 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #AC043C

Tints of Cardinal #AC043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 72.88%
G = 1.69%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC043C (or 0xAC043C) is known color: Cardinal. HEX triplet: AC, 04 and 3C. RGB value is (172,4,60). Sum of RGB (Red+Green+Blue) = 172+4+60=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC043C is #53FBC3. Grayscale: #3C3C3C. Windows color (decimal): -5503940 or 3933356. OLE color: 3933356.

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

Color convert

RGB 172 4 60 -
CMYK 0 0.98 0.65 0.33
HSL 340º 0.95% 0.35% -
HSV(B) 340º 0.98% 0.67% -
XYZ 17.87 9.18 5.11 -
YUV 60.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 172 4 60 0 0.98 0.65 0.33 340 0.95 0.35
Hex AC 4 3C 0 62 41 21 154 5F 23
Octal 254 4 74 0 142 101 41 524 137 43
Binary 10101100 100 111100 0 1100010 1000001 100001 101010100 1011111 100011

Color Harmonies of #AC043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC043C

Black with #AC043C

Text Example


Text Example

White with #AC043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC043C; }

 p { color: rgb(172,4,60); }

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

background-color css

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

 a { background-color: rgb(172,4,60); }

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

border-color css

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

 span { border-color: rgb(172,4,60); }

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