Html Css Color HEX #AC203B Cardinal

📋 copy color: '#AC203B'

red 172 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #AC203B

Tints of Cardinal #AC203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 65.4%
G = 12.17%
B = 22.43%

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

#AC203B (or 0xAC203B) is known color: Cardinal. HEX triplet: AC, 20 and 3B. RGB value is (172,32,59). Sum of RGB (Red+Green+Blue) = 172+32+59=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC203B is #53DFC4. Grayscale: #4C4C4C. Windows color (decimal): -5496773 or 3874988. OLE color: 3874988.

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

Color convert

RGB 172 32 59 -
CMYK 0 0.81 0.66 0.33
HSL 348.43º 0.69% 0.4% -
HSV(B) 348.43º 0.81% 0.67% -
XYZ 18.32 10.12 5.13 -
YUV 76.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 172 32 59 0 0.81 0.66 0.33 348.43 0.69 0.4
Hex AC 20 3B 0 51 42 21 15C 45 28
Octal 254 40 73 0 121 102 41 534 105 50
Binary 10101100 100000 111011 0 1010001 1000010 100001 101011100 1000101 101000

Color Harmonies of #AC203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC203B

Black with #AC203B

Text Example


Text Example

White with #AC203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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