Html Css Color HEX #AC1236 Cardinal

📋 copy color: '#AC1236'

red 172 ◦ green 18 ◦ blue 54

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

Shades of Cardinal #AC1236

Tints of Cardinal #AC1236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 70.49%
G = 7.38%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1236 (or 0xAC1236) is known color: Cardinal. HEX triplet: AC, 12 and 36. RGB value is (172,18,54). Sum of RGB (Red+Green+Blue) = 172+18+54=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1236 is #53EDC9. Grayscale: #444444. Windows color (decimal): -5500362 or 3543724. OLE color: 3543724.

HSL color Cylindrical-coordinate representation of color #AC1236: hue angle of 345.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1236 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 54 -
CMYK 0 0.90 0.69 0.33
HSL 345.97º 0.81% 0.37% -
HSV(B) 345.97º 0.9% 0.67% -
XYZ 17.9 9.47 4.37 -
YUV 68.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 172 18 54 0 0.90 0.69 0.33 345.97 0.81 0.37
Hex AC 12 36 0 5A 45 21 15A 51 25
Octal 254 22 66 0 132 105 41 532 121 45
Binary 10101100 10010 110110 0 1011010 1000101 100001 101011010 1010001 100101

Color Harmonies of #AC1236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1236

Black with #AC1236

Text Example


Text Example

White with #AC1236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1236; }

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

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

background-color css

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

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

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

border-color css

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

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

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