Html Css Color HEX #AC2131 Cardinal

📋 copy color: '#AC2131'

red 172 ◦ green 33 ◦ blue 49

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

Shades of Cardinal #AC2131

Tints of Cardinal #AC2131

RGB

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

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

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

R = 67.72%
G = 12.99%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2131 (or 0xAC2131) is known color: Cardinal. HEX triplet: AC, 21 and 31. RGB value is (172,33,49). Sum of RGB (Red+Green+Blue) = 172+33+49=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2131 is #53DECE. Grayscale: #4C4C4C. Windows color (decimal): -5496527 or 3219884. OLE color: 3219884.

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

Color convert

RGB 172 33 49 -
CMYK 0 0.81 0.72 0.33
HSL 353.09º 0.68% 0.4% -
HSV(B) 353.09º 0.81% 0.67% -
XYZ 18.11 10.08 3.9 -
YUV 76.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 172 33 49 0 0.81 0.72 0.33 353.09 0.68 0.4
Hex AC 21 31 0 51 48 21 161 44 28
Octal 254 41 61 0 121 110 41 541 104 50
Binary 10101100 100001 110001 0 1010001 1001000 100001 101100001 1000100 101000

Color Harmonies of #AC2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2131

Black with #AC2131

Text Example


Text Example

White with #AC2131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2131; }

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

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

background-color css

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

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

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

border-color css

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

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

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