Html Css Color HEX #AC1132 Cardinal

📋 copy color: '#AC1132'

red 172 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #AC1132

Tints of Cardinal #AC1132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 71.97%
G = 7.11%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC1132 (or 0xAC1132) is known color: Cardinal. HEX triplet: AC, 11 and 32. RGB value is (172,17,50). Sum of RGB (Red+Green+Blue) = 172+17+50=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1132 is #53EECD. Grayscale: #434343. Windows color (decimal): -5500622 or 3281324. OLE color: 3281324.

HSL color Cylindrical-coordinate representation of color #AC1132: hue angle of 347.23º degrees, saturation: 0.82, 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 #AC1132 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 50 -
CMYK 0 0.90 0.71 0.33
HSL 347.23º 0.82% 0.37% -
HSV(B) 347.23º 0.9% 0.67% -
XYZ 17.79 9.4 3.89 -
YUV 67.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 172 17 50 0 0.90 0.71 0.33 347.23 0.82 0.37
Hex AC 11 32 0 5A 47 21 15B 52 25
Octal 254 21 62 0 132 107 41 533 122 45
Binary 10101100 10001 110010 0 1011010 1000111 100001 101011011 1010010 100101

Color Harmonies of #AC1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1132

Black with #AC1132

Text Example


Text Example

White with #AC1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1132; }

 p { color: rgb(172,17,50); }

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

background-color css

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

 a { background-color: rgb(172,17,50); }

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

border-color css

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

 span { border-color: rgb(172,17,50); }

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