Html Css Color HEX #AC043A Cardinal

📋 copy color: '#AC043A'

red 172 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #AC043A

Tints of Cardinal #AC043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 73.5%
G = 1.71%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC043A (or 0xAC043A) is known color: Cardinal. HEX triplet: AC, 04 and 3A. RGB value is (172,4,58). Sum of RGB (Red+Green+Blue) = 172+4+58=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC043A is #53FBC5. Grayscale: #3C3C3C. Windows color (decimal): -5503942 or 3802284. OLE color: 3802284.

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

Color convert

RGB 172 4 58 -
CMYK 0 0.98 0.66 0.33
HSL 340.71º 0.95% 0.35% -
HSV(B) 340.71º 0.98% 0.67% -
XYZ 17.82 9.16 4.83 -
YUV 60.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 172 4 58 0 0.98 0.66 0.33 340.71 0.95 0.35
Hex AC 4 3A 0 62 42 21 155 5F 23
Octal 254 4 72 0 142 102 41 525 137 43
Binary 10101100 100 111010 0 1100010 1000010 100001 101010101 1011111 100011

Color Harmonies of #AC043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC043A

Black with #AC043A

Text Example


Text Example

White with #AC043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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