Html Css Color HEX #AC1342 Cardinal

📋 copy color: '#AC1342'

red 172 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #AC1342

Tints of Cardinal #AC1342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 66.93%
G = 7.39%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1342 (or 0xAC1342) is known color: Cardinal. HEX triplet: AC, 13 and 42. RGB value is (172,19,66). Sum of RGB (Red+Green+Blue) = 172+19+66=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1342 is #53ECBD. Grayscale: #464646. Windows color (decimal): -5500094 or 4330412. OLE color: 4330412.

HSL color Cylindrical-coordinate representation of color #AC1342: hue angle of 341.57º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1342 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 66 -
CMYK 0 0.89 0.62 0.33
HSL 341.57º 0.8% 0.37% -
HSV(B) 341.57º 0.89% 0.67% -
XYZ 18.23 9.63 6.05 -
YUV 70.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 172 19 66 0 0.89 0.62 0.33 341.57 0.8 0.37
Hex AC 13 42 0 59 3E 21 156 50 25
Octal 254 23 102 0 131 76 41 526 120 45
Binary 10101100 10011 1000010 0 1011001 111110 100001 101010110 1010000 100101

Color Harmonies of #AC1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1342

Black with #AC1342

Text Example


Text Example

White with #AC1342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1342; }

 p { color: rgb(172,19,66); }

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

background-color css

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

 a { background-color: rgb(172,19,66); }

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

border-color css

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

 span { border-color: rgb(172,19,66); }

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