Html Css Color HEX #AC2132 Cardinal

📋 copy color: '#AC2132'

red 172 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #AC2132

Tints of Cardinal #AC2132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 67.45%
G = 12.94%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC2132 (or 0xAC2132) is known color: Cardinal. HEX triplet: AC, 21 and 32. RGB value is (172,33,50). Sum of RGB (Red+Green+Blue) = 172+33+50=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2132 is #53DECD. Grayscale: #4C4C4C. Windows color (decimal): -5496526 or 3285420. OLE color: 3285420.

HSL color Cylindrical-coordinate representation of color #AC2132: hue angle of 352.66º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2132 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 50 -
CMYK 0 0.81 0.71 0.33
HSL 352.66º 0.68% 0.4% -
HSV(B) 352.66º 0.81% 0.67% -
XYZ 18.13 10.09 4.01 -
YUV 76.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 172 33 50 0 0.81 0.71 0.33 352.66 0.68 0.4
Hex AC 21 32 0 51 47 21 161 44 28
Octal 254 41 62 0 121 107 41 541 104 50
Binary 10101100 100001 110010 0 1010001 1000111 100001 101100001 1000100 101000

Color Harmonies of #AC2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2132

Black with #AC2132

Text Example


Text Example

White with #AC2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2132; }

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

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

background-color css

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

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

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

border-color css

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

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

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