Html Css Color HEX #AC1727 Cardinal

📋 copy color: '#AC1727'

red 172 ◦ green 23 ◦ blue 39

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

Shades of Cardinal #AC1727

Tints of Cardinal #AC1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 73.5%
G = 9.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1727 (or 0xAC1727) is known color: Cardinal. HEX triplet: AC, 17 and 27. RGB value is (172,23,39). Sum of RGB (Red+Green+Blue) = 172+23+39=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1727 is #53E8D8. Grayscale: #454545. Windows color (decimal): -5499097 or 2561964. OLE color: 2561964.

HSL color Cylindrical-coordinate representation of color #AC1727: hue angle of 353.56º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1727 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 39 -
CMYK 0 0.87 0.77 0.33
HSL 353.56º 0.76% 0.38% -
HSV(B) 353.56º 0.87% 0.67% -
XYZ 17.69 9.53 2.83 -
YUV 69.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 172 23 39 0 0.87 0.77 0.33 353.56 0.76 0.38
Hex AC 17 27 0 57 4D 21 162 4C 26
Octal 254 27 47 0 127 115 41 542 114 46
Binary 10101100 10111 100111 0 1010111 1001101 100001 101100010 1001100 100110

Color Harmonies of #AC1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1727

Black with #AC1727

Text Example


Text Example

White with #AC1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1727; }

 p { color: rgb(172,23,39); }

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

background-color css

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

 a { background-color: rgb(172,23,39); }

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

border-color css

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

 span { border-color: rgb(172,23,39); }

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