Html Css Color HEX #AC1742 Cardinal

📋 copy color: '#AC1742'

red 172 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #AC1742

Tints of Cardinal #AC1742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 65.9%
G = 8.81%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1742 (or 0xAC1742) is known color: Cardinal. HEX triplet: AC, 17 and 42. RGB value is (172,23,66). Sum of RGB (Red+Green+Blue) = 172+23+66=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1742 is #53E8BD. Grayscale: #484848. Windows color (decimal): -5499070 or 4331436. OLE color: 4331436.

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

Color convert

RGB 172 23 66 -
CMYK 0 0.87 0.62 0.33
HSL 342.68º 0.76% 0.38% -
HSV(B) 342.68º 0.87% 0.67% -
XYZ 18.3 9.78 6.08 -
YUV 72.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 172 23 66 0 0.87 0.62 0.33 342.68 0.76 0.38
Hex AC 17 42 0 57 3E 21 157 4C 26
Octal 254 27 102 0 127 76 41 527 114 46
Binary 10101100 10111 1000010 0 1010111 111110 100001 101010111 1001100 100110

Color Harmonies of #AC1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1742

Black with #AC1742

Text Example


Text Example

White with #AC1742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1742; }

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

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

background-color css

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

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

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

border-color css

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

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

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