Html Css Color HEX #AC1943 Cardinal

📋 copy color: '#AC1943'

red 172 ◦ green 25 ◦ blue 67

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

Shades of Cardinal #AC1943

Tints of Cardinal #AC1943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

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

R = 65.15%
G = 9.47%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC1943 (or 0xAC1943) is known color: Cardinal. HEX triplet: AC, 19 and 43. RGB value is (172,25,67). Sum of RGB (Red+Green+Blue) = 172+25+67=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1943 is #53E6BC. Grayscale: #494949. Windows color (decimal): -5498557 or 4397484. OLE color: 4397484.

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

Color convert

RGB 172 25 67 -
CMYK 0 0.85 0.61 0.33
HSL 342.86º 0.75% 0.39% -
HSV(B) 342.86º 0.85% 0.67% -
XYZ 18.37 9.87 6.25 -
YUV 73.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 172 25 67 0 0.85 0.61 0.33 342.86 0.75 0.39
Hex AC 19 43 0 55 3D 21 157 4B 27
Octal 254 31 103 0 125 75 41 527 113 47
Binary 10101100 11001 1000011 0 1010101 111101 100001 101010111 1001011 100111

Color Harmonies of #AC1943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1943

Black with #AC1943

Text Example


Text Example

White with #AC1943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1943; }

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

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

background-color css

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

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

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

border-color css

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

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

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