Html Css Color HEX #AC223C Cardinal

📋 copy color: '#AC223C'

red 172 ◦ green 34 ◦ blue 60

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

Shades of Cardinal #AC223C

Tints of Cardinal #AC223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 64.66%
G = 12.78%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC223C (or 0xAC223C) is known color: Cardinal. HEX triplet: AC, 22 and 3C. RGB value is (172,34,60). Sum of RGB (Red+Green+Blue) = 172+34+60=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC223C is #53DDC3. Grayscale: #4E4E4E. Windows color (decimal): -5496260 or 3941036. OLE color: 3941036.

HSL color Cylindrical-coordinate representation of color #AC223C: hue angle of 348.7º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC223C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 34 60 -
CMYK 0 0.80 0.65 0.33
HSL 348.7º 0.67% 0.4% -
HSV(B) 348.7º 0.8% 0.67% -
XYZ 18.4 10.24 5.28 -
YUV 78.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 172 34 60 0 0.80 0.65 0.33 348.7 0.67 0.4
Hex AC 22 3C 0 50 41 21 15D 43 28
Octal 254 42 74 0 120 101 41 535 103 50
Binary 10101100 100010 111100 0 1010000 1000001 100001 101011101 1000011 101000

Color Harmonies of #AC223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC223C

Black with #AC223C

Text Example


Text Example

White with #AC223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC223C; }

 p { color: rgb(172,34,60); }

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

background-color css

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

 a { background-color: rgb(172,34,60); }

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

border-color css

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

 span { border-color: rgb(172,34,60); }

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