Html Css Color HEX #AC223B Cardinal

📋 copy color: '#AC223B'

red 172 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #AC223B

Tints of Cardinal #AC223B

RGB

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

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

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

R = 64.91%
G = 12.83%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC223B (or 0xAC223B) is known color: Cardinal. HEX triplet: AC, 22 and 3B. RGB value is (172,34,59). Sum of RGB (Red+Green+Blue) = 172+34+59=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC223B is #53DDC4. Grayscale: #4E4E4E. Windows color (decimal): -5496261 or 3875500. OLE color: 3875500.

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

Color convert

RGB 172 34 59 -
CMYK 0 0.80 0.66 0.33
HSL 349.13º 0.67% 0.4% -
HSV(B) 349.13º 0.8% 0.67% -
XYZ 18.37 10.23 5.14 -
YUV 78.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 172 34 59 0 0.80 0.66 0.33 349.13 0.67 0.4
Hex AC 22 3B 0 50 42 21 15D 43 28
Octal 254 42 73 0 120 102 41 535 103 50
Binary 10101100 100010 111011 0 1010000 1000010 100001 101011101 1000011 101000

Color Harmonies of #AC223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC223B

Black with #AC223B

Text Example


Text Example

White with #AC223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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