Html Css Color HEX #AC1231 Cardinal

📋 copy color: '#AC1231'

red 172 ◦ green 18 ◦ blue 49

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

Shades of Cardinal #AC1231

Tints of Cardinal #AC1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 71.97%
G = 7.53%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1231 (or 0xAC1231) is known color: Cardinal. HEX triplet: AC, 12 and 31. RGB value is (172,18,49). Sum of RGB (Red+Green+Blue) = 172+18+49=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1231 is #53EDCE. Grayscale: #434343. Windows color (decimal): -5500367 or 3216044. OLE color: 3216044.

HSL color Cylindrical-coordinate representation of color #AC1231: hue angle of 347.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1231 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 49 -
CMYK 0 0.90 0.72 0.33
HSL 347.92º 0.81% 0.37% -
HSV(B) 347.92º 0.9% 0.67% -
XYZ 17.78 9.43 3.79 -
YUV 67.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 172 18 49 0 0.90 0.72 0.33 347.92 0.81 0.37
Hex AC 12 31 0 5A 48 21 15C 51 25
Octal 254 22 61 0 132 110 41 534 121 45
Binary 10101100 10010 110001 0 1011010 1001000 100001 101011100 1010001 100101

Color Harmonies of #AC1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1231

Black with #AC1231

Text Example


Text Example

White with #AC1231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1231; }

 p { color: rgb(172,18,49); }

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

background-color css

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

 a { background-color: rgb(172,18,49); }

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

border-color css

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

 span { border-color: rgb(172,18,49); }

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