Html Css Color HEX #AC122B Cardinal

📋 copy color: '#AC122B'

red 172 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #AC122B

Tints of Cardinal #AC122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 73.82%
G = 7.73%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC122B (or 0xAC122B) is known color: Cardinal. HEX triplet: AC, 12 and 2B. RGB value is (172,18,43). Sum of RGB (Red+Green+Blue) = 172+18+43=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC122B is #53EDD4. Grayscale: #424242. Windows color (decimal): -5500373 or 2822828. OLE color: 2822828.

HSL color Cylindrical-coordinate representation of color #AC122B: hue angle of 350.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC122B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 43 -
CMYK 0 0.90 0.75 0.33
HSL 350.26º 0.81% 0.37% -
HSV(B) 350.26º 0.9% 0.67% -
XYZ 17.67 9.38 3.16 -
YUV 66.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 172 18 43 0 0.90 0.75 0.33 350.26 0.81 0.37
Hex AC 12 2B 0 5A 4B 21 15E 51 25
Octal 254 22 53 0 132 113 41 536 121 45
Binary 10101100 10010 101011 0 1011010 1001011 100001 101011110 1010001 100101

Color Harmonies of #AC122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC122B

Black with #AC122B

Text Example


Text Example

White with #AC122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC122B; }

 p { color: rgb(172,18,43); }

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

background-color css

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

 a { background-color: rgb(172,18,43); }

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

border-color css

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

 span { border-color: rgb(172,18,43); }

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