Html Css Color HEX #AC213F Cardinal

📋 copy color: '#AC213F'

red 172 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #AC213F

Tints of Cardinal #AC213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 64.18%
G = 12.31%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC213F (or 0xAC213F) is known color: Cardinal. HEX triplet: AC, 21 and 3F. RGB value is (172,33,63). Sum of RGB (Red+Green+Blue) = 172+33+63=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC213F is #53DEC0. Grayscale: #4E4E4E. Windows color (decimal): -5496513 or 4137388. OLE color: 4137388.

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

Color convert

RGB 172 33 63 -
CMYK 0 0.81 0.63 0.33
HSL 347.05º 0.68% 0.4% -
HSV(B) 347.05º 0.81% 0.67% -
XYZ 18.45 10.22 5.7 -
YUV 77.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 172 33 63 0 0.81 0.63 0.33 347.05 0.68 0.4
Hex AC 21 3F 0 51 3F 21 15B 44 28
Octal 254 41 77 0 121 77 41 533 104 50
Binary 10101100 100001 111111 0 1010001 111111 100001 101011011 1000100 101000

Color Harmonies of #AC213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC213F

Black with #AC213F

Text Example


Text Example

White with #AC213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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