Html Css Color HEX #AC203E Cardinal

📋 copy color: '#AC203E'

red 172 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #AC203E

Tints of Cardinal #AC203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 64.66%
G = 12.03%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC203E (or 0xAC203E) is known color: Cardinal. HEX triplet: AC, 20 and 3E. RGB value is (172,32,62). Sum of RGB (Red+Green+Blue) = 172+32+62=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC203E is #53DFC1. Grayscale: #4D4D4D. Windows color (decimal): -5496770 or 4071596. OLE color: 4071596.

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

Color convert

RGB 172 32 62 -
CMYK 0 0.81 0.64 0.33
HSL 347.14º 0.69% 0.4% -
HSV(B) 347.14º 0.81% 0.67% -
XYZ 18.4 10.15 5.55 -
YUV 77.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 172 32 62 0 0.81 0.64 0.33 347.14 0.69 0.4
Hex AC 20 3E 0 51 40 21 15B 45 28
Octal 254 40 76 0 121 100 41 533 105 50
Binary 10101100 100000 111110 0 1010001 1000000 100001 101011011 1000101 101000

Color Harmonies of #AC203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC203E

Black with #AC203E

Text Example


Text Example

White with #AC203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC203E; }

 p { color: rgb(172,32,62); }

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

background-color css

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

 a { background-color: rgb(172,32,62); }

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

border-color css

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

 span { border-color: rgb(172,32,62); }

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