Html Css Color HEX #AC1839 Cardinal

📋 copy color: '#AC1839'

red 172 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #AC1839

Tints of Cardinal #AC1839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 67.98%
G = 9.49%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1839 (or 0xAC1839) is known color: Cardinal. HEX triplet: AC, 18 and 39. RGB value is (172,24,57). Sum of RGB (Red+Green+Blue) = 172+24+57=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1839 is #53E7C6. Grayscale: #484848. Windows color (decimal): -5498823 or 3741868. OLE color: 3741868.

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

Color convert

RGB 172 24 57 -
CMYK 0 0.86 0.67 0.33
HSL 346.62º 0.76% 0.38% -
HSV(B) 346.62º 0.86% 0.67% -
XYZ 18.08 9.72 4.79 -
YUV 72.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 172 24 57 0 0.86 0.67 0.33 346.62 0.76 0.38
Hex AC 18 39 0 56 43 21 15B 4C 26
Octal 254 30 71 0 126 103 41 533 114 46
Binary 10101100 11000 111001 0 1010110 1000011 100001 101011011 1001100 100110

Color Harmonies of #AC1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1839

Black with #AC1839

Text Example


Text Example

White with #AC1839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1839; }

 p { color: rgb(172,24,57); }

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

background-color css

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

 a { background-color: rgb(172,24,57); }

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

border-color css

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

 span { border-color: rgb(172,24,57); }

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