Html Css Color HEX #AC142F Cardinal

📋 copy color: '#AC142F'

red 172 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #AC142F

Tints of Cardinal #AC142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 71.97%
G = 8.37%
B = 19.67%

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

#AC142F (or 0xAC142F) is known color: Cardinal. HEX triplet: AC, 14 and 2F. RGB value is (172,20,47). Sum of RGB (Red+Green+Blue) = 172+20+47=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC142F is #53EBD0. Grayscale: #444444. Windows color (decimal): -5499857 or 3085484. OLE color: 3085484.

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

Color convert

RGB 172 20 47 -
CMYK 0 0.88 0.73 0.33
HSL 349.34º 0.79% 0.38% -
HSV(B) 349.34º 0.88% 0.67% -
XYZ 17.78 9.48 3.58 -
YUV 68.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 172 20 47 0 0.88 0.73 0.33 349.34 0.79 0.38
Hex AC 14 2F 0 58 49 21 15D 4F 26
Octal 254 24 57 0 130 111 41 535 117 46
Binary 10101100 10100 101111 0 1011000 1001001 100001 101011101 1001111 100110

Color Harmonies of #AC142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC142F

Black with #AC142F

Text Example


Text Example

White with #AC142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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