Html Css Color HEX #AC1A42 Cardinal

📋 copy color: '#AC1A42'

red 172 ◦ green 26 ◦ blue 66

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

Shades of Cardinal #AC1A42

Tints of Cardinal #AC1A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

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

R = 65.15%
G = 9.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1A42 (or 0xAC1A42) is known color: Cardinal. HEX triplet: AC, 1A and 42. RGB value is (172,26,66). Sum of RGB (Red+Green+Blue) = 172+26+66=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A42 is #53E5BD. Grayscale: #4A4A4A. Windows color (decimal): -5498302 or 4332204. OLE color: 4332204.

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

Color convert

RGB 172 26 66 -
CMYK 0 0.85 0.62 0.33
HSL 343.56º 0.74% 0.39% -
HSV(B) 343.56º 0.85% 0.67% -
XYZ 18.37 9.9 6.1 -
YUV 74.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 172 26 66 0 0.85 0.62 0.33 343.56 0.74 0.39
Hex AC 1A 42 0 55 3E 21 158 4A 27
Octal 254 32 102 0 125 76 41 530 112 47
Binary 10101100 11010 1000010 0 1010101 111110 100001 101011000 1001010 100111

Color Harmonies of #AC1A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A42

Black with #AC1A42

Text Example


Text Example

White with #AC1A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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