Html Css Color HEX #AC1241 Cardinal

📋 copy color: '#AC1241'

red 172 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #AC1241

Tints of Cardinal #AC1241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 67.45%
G = 7.06%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1241 (or 0xAC1241) is known color: Cardinal. HEX triplet: AC, 12 and 41. RGB value is (172,18,65). Sum of RGB (Red+Green+Blue) = 172+18+65=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1241 is #53EDBE. Grayscale: #454545. Windows color (decimal): -5500351 or 4264620. OLE color: 4264620.

HSL color Cylindrical-coordinate representation of color #AC1241: hue angle of 341.69º 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 #AC1241 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 65 -
CMYK 0 0.90 0.62 0.33
HSL 341.69º 0.81% 0.37% -
HSV(B) 341.69º 0.9% 0.67% -
XYZ 18.18 9.58 5.89 -
YUV 69.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 172 18 65 0 0.90 0.62 0.33 341.69 0.81 0.37
Hex AC 12 41 0 5A 3E 21 156 51 25
Octal 254 22 101 0 132 76 41 526 121 45
Binary 10101100 10010 1000001 0 1011010 111110 100001 101010110 1010001 100101

Color Harmonies of #AC1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1241

Black with #AC1241

Text Example


Text Example

White with #AC1241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1241; }

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

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

background-color css

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

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

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

border-color css

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

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

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