Html Css Color HEX #AC122F Cardinal

📋 copy color: '#AC122F'

red 172 ◦ green 18 ◦ blue 47

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

Shades of Cardinal #AC122F

Tints of Cardinal #AC122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 72.57%
G = 7.59%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC122F (or 0xAC122F) is known color: Cardinal. HEX triplet: AC, 12 and 2F. RGB value is (172,18,47). Sum of RGB (Red+Green+Blue) = 172+18+47=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC122F is #53EDD0. Grayscale: #434343. Windows color (decimal): -5500369 or 3084972. OLE color: 3084972.

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

Color convert

RGB 172 18 47 -
CMYK 0 0.90 0.73 0.33
HSL 348.7º 0.81% 0.37% -
HSV(B) 348.7º 0.9% 0.67% -
XYZ 17.74 9.41 3.57 -
YUV 67.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 172 18 47 0 0.90 0.73 0.33 348.7 0.81 0.37
Hex AC 12 2F 0 5A 49 21 15D 51 25
Octal 254 22 57 0 132 111 41 535 121 45
Binary 10101100 10010 101111 0 1011010 1001001 100001 101011101 1010001 100101

Color Harmonies of #AC122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC122F

Black with #AC122F

Text Example


Text Example

White with #AC122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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