Html Css Color HEX #AC1443 Cardinal

📋 copy color: '#AC1443'

red 172 ◦ green 20 ◦ blue 67

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

Shades of Cardinal #AC1443

Tints of Cardinal #AC1443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

 BLUE value IS 67 (26.56% from 255) = 25.87%

R = 66.41%
G = 7.72%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC1443 (or 0xAC1443) is known color: Cardinal. HEX triplet: AC, 14 and 43. RGB value is (172,20,67). Sum of RGB (Red+Green+Blue) = 172+20+67=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1443 is #53EBBC. Grayscale: #464646. Windows color (decimal): -5499837 or 4396204. OLE color: 4396204.

HSL color Cylindrical-coordinate representation of color #AC1443: hue angle of 341.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1443 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 67 -
CMYK 0 0.88 0.61 0.33
HSL 341.45º 0.79% 0.38% -
HSV(B) 341.45º 0.88% 0.67% -
XYZ 18.28 9.68 6.21 -
YUV 70.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 172 20 67 0 0.88 0.61 0.33 341.45 0.79 0.38
Hex AC 14 43 0 58 3D 21 155 4F 26
Octal 254 24 103 0 130 75 41 525 117 46
Binary 10101100 10100 1000011 0 1011000 111101 100001 101010101 1001111 100110

Color Harmonies of #AC1443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1443

Black with #AC1443

Text Example


Text Example

White with #AC1443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1443; }

 p { color: rgb(172,20,67); }

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

background-color css

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

 a { background-color: rgb(172,20,67); }

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

border-color css

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

 span { border-color: rgb(172,20,67); }

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