Html Css Color HEX #AC152A Cardinal

📋 copy color: '#AC152A'

red 172 ◦ green 21 ◦ blue 42

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

Shades of Cardinal #AC152A

Tints of Cardinal #AC152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 73.19%
G = 8.94%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC152A (or 0xAC152A) is known color: Cardinal. HEX triplet: AC, 15 and 2A. RGB value is (172,21,42). Sum of RGB (Red+Green+Blue) = 172+21+42=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC152A is #53EAD5. Grayscale: #444444. Windows color (decimal): -5499606 or 2758060. OLE color: 2758060.

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

Color convert

RGB 172 21 42 -
CMYK 0 0.88 0.76 0.33
HSL 351.66º 0.78% 0.38% -
HSV(B) 351.66º 0.88% 0.67% -
XYZ 17.7 9.47 3.09 -
YUV 68.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 172 21 42 0 0.88 0.76 0.33 351.66 0.78 0.38
Hex AC 15 2A 0 58 4C 21 160 4E 26
Octal 254 25 52 0 130 114 41 540 116 46
Binary 10101100 10101 101010 0 1011000 1001100 100001 101100000 1001110 100110

Color Harmonies of #AC152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC152A

Black with #AC152A

Text Example


Text Example

White with #AC152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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