Html Css Color HEX #AC172B Cardinal

📋 copy color: '#AC172B'

red 172 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #AC172B

Tints of Cardinal #AC172B

RGB

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

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

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

R = 72.27%
G = 9.66%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC172B (or 0xAC172B) is known color: Cardinal. HEX triplet: AC, 17 and 2B. RGB value is (172,23,43). Sum of RGB (Red+Green+Blue) = 172+23+43=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC172B is #53E8D4. Grayscale: #454545. Windows color (decimal): -5499093 or 2824108. OLE color: 2824108.

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

Color convert

RGB 172 23 43 -
CMYK 0 0.87 0.75 0.33
HSL 351.95º 0.76% 0.38% -
HSV(B) 351.95º 0.87% 0.67% -
XYZ 17.76 9.56 3.19 -
YUV 69.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 172 23 43 0 0.87 0.75 0.33 351.95 0.76 0.38
Hex AC 17 2B 0 57 4B 21 160 4C 26
Octal 254 27 53 0 127 113 41 540 114 46
Binary 10101100 10111 101011 0 1010111 1001011 100001 101100000 1001100 100110

Color Harmonies of #AC172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC172B

Black with #AC172B

Text Example


Text Example

White with #AC172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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