Html Css Color HEX #AC213D Cardinal

📋 copy color: '#AC213D'

red 172 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #AC213D

Tints of Cardinal #AC213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 64.66%
G = 12.41%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC213D (or 0xAC213D) is known color: Cardinal. HEX triplet: AC, 21 and 3D. RGB value is (172,33,61). Sum of RGB (Red+Green+Blue) = 172+33+61=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC213D is #53DEC2. Grayscale: #4D4D4D. Windows color (decimal): -5496515 or 4006316. OLE color: 4006316.

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

Color convert

RGB 172 33 61 -
CMYK 0 0.81 0.65 0.33
HSL 347.91º 0.68% 0.4% -
HSV(B) 347.91º 0.81% 0.67% -
XYZ 18.4 10.2 5.41 -
YUV 77.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 172 33 61 0 0.81 0.65 0.33 347.91 0.68 0.4
Hex AC 21 3D 0 51 41 21 15C 44 28
Octal 254 41 75 0 121 101 41 534 104 50
Binary 10101100 100001 111101 0 1010001 1000001 100001 101011100 1000100 101000

Color Harmonies of #AC213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC213D

Black with #AC213D

Text Example


Text Example

White with #AC213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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