Html Css Color HEX #AC213A Cardinal

📋 copy color: '#AC213A'

red 172 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #AC213A

Tints of Cardinal #AC213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 65.4%
G = 12.55%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC213A (or 0xAC213A) is known color: Cardinal. HEX triplet: AC, 21 and 3A. RGB value is (172,33,58). Sum of RGB (Red+Green+Blue) = 172+33+58=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC213A is #53DEC5. Grayscale: #4D4D4D. Windows color (decimal): -5496518 or 3809708. OLE color: 3809708.

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

Color convert

RGB 172 33 58 -
CMYK 0 0.81 0.66 0.33
HSL 349.21º 0.68% 0.4% -
HSV(B) 349.21º 0.81% 0.67% -
XYZ 18.32 10.16 5 -
YUV 77.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 172 33 58 0 0.81 0.66 0.33 349.21 0.68 0.4
Hex AC 21 3A 0 51 42 21 15D 44 28
Octal 254 41 72 0 121 102 41 535 104 50
Binary 10101100 100001 111010 0 1010001 1000010 100001 101011101 1000100 101000

Color Harmonies of #AC213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC213A

Black with #AC213A

Text Example


Text Example

White with #AC213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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