Html Css Color HEX #AC203D Cardinal

📋 copy color: '#AC203D'

red 172 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #AC203D

Tints of Cardinal #AC203D

RGB

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

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

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

R = 64.91%
G = 12.08%
B = 23.02%

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

#AC203D (or 0xAC203D) is known color: Cardinal. HEX triplet: AC, 20 and 3D. RGB value is (172,32,61). Sum of RGB (Red+Green+Blue) = 172+32+61=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC203D is #53DFC2. Grayscale: #4D4D4D. Windows color (decimal): -5496771 or 4006060. OLE color: 4006060.

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

Color convert

RGB 172 32 61 -
CMYK 0 0.81 0.65 0.33
HSL 347.57º 0.69% 0.4% -
HSV(B) 347.57º 0.81% 0.67% -
XYZ 18.37 10.14 5.4 -
YUV 77.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 172 32 61 0 0.81 0.65 0.33 347.57 0.69 0.4
Hex AC 20 3D 0 51 41 21 15C 45 28
Octal 254 40 75 0 121 101 41 534 105 50
Binary 10101100 100000 111101 0 1010001 1000001 100001 101011100 1000101 101000

Color Harmonies of #AC203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC203D

Black with #AC203D

Text Example


Text Example

White with #AC203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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