Html Css Color HEX #AC153F Cardinal

📋 copy color: '#AC153F'

red 172 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #AC153F

Tints of Cardinal #AC153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 63 (25% from 255) = 24.61%

R = 67.19%
G = 8.2%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC153F (or 0xAC153F) is known color: Cardinal. HEX triplet: AC, 15 and 3F. RGB value is (172,21,63). Sum of RGB (Red+Green+Blue) = 172+21+63=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC153F is #53EAC0. Grayscale: #464646. Windows color (decimal): -5499585 or 4134316. OLE color: 4134316.

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

Color convert

RGB 172 21 63 -
CMYK 0 0.88 0.63 0.33
HSL 343.31º 0.78% 0.38% -
HSV(B) 343.31º 0.88% 0.67% -
XYZ 18.18 9.67 5.61 -
YUV 70.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 172 21 63 0 0.88 0.63 0.33 343.31 0.78 0.38
Hex AC 15 3F 0 58 3F 21 157 4E 26
Octal 254 25 77 0 130 77 41 527 116 46
Binary 10101100 10101 111111 0 1011000 111111 100001 101010111 1001110 100110

Color Harmonies of #AC153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC153F

Black with #AC153F

Text Example


Text Example

White with #AC153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC153F; }

 p { color: rgb(172,21,63); }

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

background-color css

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

 a { background-color: rgb(172,21,63); }

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

border-color css

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

 span { border-color: rgb(172,21,63); }

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