Html Css Color HEX #AC143A Cardinal

📋 copy color: '#AC143A'

red 172 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #AC143A

Tints of Cardinal #AC143A

RGB

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

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

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

R = 68.8%
G = 8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC143A (or 0xAC143A) is known color: Cardinal. HEX triplet: AC, 14 and 3A. RGB value is (172,20,58). Sum of RGB (Red+Green+Blue) = 172+20+58=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC143A is #53EBC5. Grayscale: #454545. Windows color (decimal): -5499846 or 3806380. OLE color: 3806380.

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

Color convert

RGB 172 20 58 -
CMYK 0 0.88 0.66 0.33
HSL 345º 0.79% 0.38% -
HSV(B) 345º 0.88% 0.67% -
XYZ 18.03 9.58 4.9 -
YUV 69.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 172 20 58 0 0.88 0.66 0.33 345 0.79 0.38
Hex AC 14 3A 0 58 42 21 159 4F 26
Octal 254 24 72 0 130 102 41 531 117 46
Binary 10101100 10100 111010 0 1011000 1000010 100001 101011001 1001111 100110

Color Harmonies of #AC143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC143A

Black with #AC143A

Text Example


Text Example

White with #AC143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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