Html Css Color HEX #AC143E Cardinal

📋 copy color: '#AC143E'

red 172 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #AC143E

Tints of Cardinal #AC143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 67.72%
G = 7.87%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC143E (or 0xAC143E) is known color: Cardinal. HEX triplet: AC, 14 and 3E. RGB value is (172,20,62). Sum of RGB (Red+Green+Blue) = 172+20+62=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC143E is #53EBC1. Grayscale: #464646. Windows color (decimal): -5499842 or 4068524. OLE color: 4068524.

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

Color convert

RGB 172 20 62 -
CMYK 0 0.88 0.64 0.33
HSL 343.42º 0.79% 0.38% -
HSV(B) 343.42º 0.88% 0.67% -
XYZ 18.13 9.62 5.46 -
YUV 70.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 172 20 62 0 0.88 0.64 0.33 343.42 0.79 0.38
Hex AC 14 3E 0 58 40 21 157 4F 26
Octal 254 24 76 0 130 100 41 527 117 46
Binary 10101100 10100 111110 0 1011000 1000000 100001 101010111 1001111 100110

Color Harmonies of #AC143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC143E

Black with #AC143E

Text Example


Text Example

White with #AC143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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