Html Css Color HEX #AC1C39 Cardinal

📋 copy color: '#AC1C39'

red 172 ◦ green 28 ◦ blue 57

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

Shades of Cardinal #AC1C39

Tints of Cardinal #AC1C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 66.93%
G = 10.89%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1C39 (or 0xAC1C39) is known color: Cardinal. HEX triplet: AC, 1C and 39. RGB value is (172,28,57). Sum of RGB (Red+Green+Blue) = 172+28+57=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C39 is #53E3C6. Grayscale: #4A4A4A. Windows color (decimal): -5497799 or 3742892. OLE color: 3742892.

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

Color convert

RGB 172 28 57 -
CMYK 0 0.84 0.67 0.33
HSL 347.92º 0.72% 0.39% -
HSV(B) 347.92º 0.84% 0.67% -
XYZ 18.17 9.9 4.82 -
YUV 74.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 172 28 57 0 0.84 0.67 0.33 347.92 0.72 0.39
Hex AC 1C 39 0 54 43 21 15C 48 27
Octal 254 34 71 0 124 103 41 534 110 47
Binary 10101100 11100 111001 0 1010100 1000011 100001 101011100 1001000 100111

Color Harmonies of #AC1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C39

Black with #AC1C39

Text Example


Text Example

White with #AC1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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