Html Css Color HEX #AC1328 Cardinal

📋 copy color: '#AC1328'

red 172 ◦ green 19 ◦ blue 40

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

Shades of Cardinal #AC1328

Tints of Cardinal #AC1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 74.46%
G = 8.23%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1328 (or 0xAC1328) is known color: Cardinal. HEX triplet: AC, 13 and 28. RGB value is (172,19,40). Sum of RGB (Red+Green+Blue) = 172+19+40=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1328 is #53ECD7. Grayscale: #434343. Windows color (decimal): -5500120 or 2626476. OLE color: 2626476.

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

Color convert

RGB 172 19 40 -
CMYK 0 0.89 0.77 0.33
HSL 351.76º 0.8% 0.37% -
HSV(B) 351.76º 0.89% 0.67% -
XYZ 17.63 9.39 2.89 -
YUV 67.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 172 19 40 0 0.89 0.77 0.33 351.76 0.8 0.37
Hex AC 13 28 0 59 4D 21 160 50 25
Octal 254 23 50 0 131 115 41 540 120 45
Binary 10101100 10011 101000 0 1011001 1001101 100001 101100000 1010000 100101

Color Harmonies of #AC1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1328

Black with #AC1328

Text Example


Text Example

White with #AC1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1328; }

 p { color: rgb(172,19,40); }

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

background-color css

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

 a { background-color: rgb(172,19,40); }

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

border-color css

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

 span { border-color: rgb(172,19,40); }

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