Html Css Color HEX #AC1636 Cardinal

📋 copy color: '#AC1636'

red 172 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #AC1636

Tints of Cardinal #AC1636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 69.35%
G = 8.87%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1636 (or 0xAC1636) is known color: Cardinal. HEX triplet: AC, 16 and 36. RGB value is (172,22,54). Sum of RGB (Red+Green+Blue) = 172+22+54=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1636 is #53E9C9. Grayscale: #464646. Windows color (decimal): -5499338 or 3544748. OLE color: 3544748.

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

Color convert

RGB 172 22 54 -
CMYK 0 0.87 0.69 0.33
HSL 347.2º 0.77% 0.38% -
HSV(B) 347.2º 0.87% 0.67% -
XYZ 17.97 9.61 4.4 -
YUV 70.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 172 22 54 0 0.87 0.69 0.33 347.2 0.77 0.38
Hex AC 16 36 0 57 45 21 15B 4D 26
Octal 254 26 66 0 127 105 41 533 115 46
Binary 10101100 10110 110110 0 1010111 1000101 100001 101011011 1001101 100110

Color Harmonies of #AC1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1636

Black with #AC1636

Text Example


Text Example

White with #AC1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1636; }

 p { color: rgb(172,22,54); }

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

background-color css

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

 a { background-color: rgb(172,22,54); }

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

border-color css

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

 span { border-color: rgb(172,22,54); }

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