Html Css Color HEX #AC1A40 Cardinal

📋 copy color: '#AC1A40'

red 172 ◦ green 26 ◦ blue 64

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

Shades of Cardinal #AC1A40

Tints of Cardinal #AC1A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 65.65%
G = 9.92%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1A40 (or 0xAC1A40) is known color: Cardinal. HEX triplet: AC, 1A and 40. RGB value is (172,26,64). Sum of RGB (Red+Green+Blue) = 172+26+64=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A40 is #53E5BF. Grayscale: #494949. Windows color (decimal): -5498304 or 4201132. OLE color: 4201132.

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

Color convert

RGB 172 26 64 -
CMYK 0 0.85 0.63 0.33
HSL 344.38º 0.74% 0.39% -
HSV(B) 344.38º 0.85% 0.67% -
XYZ 18.31 9.88 5.79 -
YUV 73.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 172 26 64 0 0.85 0.63 0.33 344.38 0.74 0.39
Hex AC 1A 40 0 55 3F 21 158 4A 27
Octal 254 32 100 0 125 77 41 530 112 47
Binary 10101100 11010 1000000 0 1010101 111111 100001 101011000 1001010 100111

Color Harmonies of #AC1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A40

Black with #AC1A40

Text Example


Text Example

White with #AC1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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