Html Css Color HEX #AC143D Cardinal

📋 copy color: '#AC143D'

red 172 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #AC143D

Tints of Cardinal #AC143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 67.98%
G = 7.91%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC143D (or 0xAC143D) is known color: Cardinal. HEX triplet: AC, 14 and 3D. RGB value is (172,20,61). Sum of RGB (Red+Green+Blue) = 172+20+61=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC143D is #53EBC2. Grayscale: #464646. Windows color (decimal): -5499843 or 4002988. OLE color: 4002988.

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

Color convert

RGB 172 20 61 -
CMYK 0 0.88 0.65 0.33
HSL 343.82º 0.79% 0.38% -
HSV(B) 343.82º 0.88% 0.67% -
XYZ 18.11 9.61 5.32 -
YUV 70.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 172 20 61 0 0.88 0.65 0.33 343.82 0.79 0.38
Hex AC 14 3D 0 58 41 21 158 4F 26
Octal 254 24 75 0 130 101 41 530 117 46
Binary 10101100 10100 111101 0 1011000 1000001 100001 101011000 1001111 100110

Color Harmonies of #AC143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC143D

Black with #AC143D

Text Example


Text Example

White with #AC143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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