Html Css Color HEX #AC142E Cardinal

📋 copy color: '#AC142E'

red 172 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #AC142E

Tints of Cardinal #AC142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 72.27%
G = 8.4%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC142E (or 0xAC142E) is known color: Cardinal. HEX triplet: AC, 14 and 2E. RGB value is (172,20,46). Sum of RGB (Red+Green+Blue) = 172+20+46=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC142E is #53EBD1. Grayscale: #444444. Windows color (decimal): -5499858 or 3019948. OLE color: 3019948.

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

Color convert

RGB 172 20 46 -
CMYK 0 0.88 0.73 0.33
HSL 349.74º 0.79% 0.38% -
HSV(B) 349.74º 0.88% 0.67% -
XYZ 17.76 9.47 3.48 -
YUV 68.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 172 20 46 0 0.88 0.73 0.33 349.74 0.79 0.38
Hex AC 14 2E 0 58 49 21 15E 4F 26
Octal 254 24 56 0 130 111 41 536 117 46
Binary 10101100 10100 101110 0 1011000 1001001 100001 101011110 1001111 100110

Color Harmonies of #AC142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC142E

Black with #AC142E

Text Example


Text Example

White with #AC142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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