Html Css Color HEX #AC123F Cardinal

📋 copy color: '#AC123F'

red 172 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #AC123F

Tints of Cardinal #AC123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.9%

R = 67.98%
G = 7.11%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC123F (or 0xAC123F) is known color: Cardinal. HEX triplet: AC, 12 and 3F. RGB value is (172,18,63). Sum of RGB (Red+Green+Blue) = 172+18+63=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC123F is #53EDC0. Grayscale: #454545. Windows color (decimal): -5500353 or 4133548. OLE color: 4133548.

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

Color convert

RGB 172 18 63 -
CMYK 0 0.90 0.63 0.33
HSL 342.47º 0.81% 0.37% -
HSV(B) 342.47º 0.9% 0.67% -
XYZ 18.13 9.56 5.59 -
YUV 69.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 172 18 63 0 0.90 0.63 0.33 342.47 0.81 0.37
Hex AC 12 3F 0 5A 3F 21 156 51 25
Octal 254 22 77 0 132 77 41 526 121 45
Binary 10101100 10010 111111 0 1011010 111111 100001 101010110 1010001 100101

Color Harmonies of #AC123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC123F

Black with #AC123F

Text Example


Text Example

White with #AC123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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