Html Css Color HEX #AC0A40 Cardinal

📋 copy color: '#AC0A40'

red 172 ◦ green 10 ◦ blue 64

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

Shades of Cardinal #AC0A40

Tints of Cardinal #AC0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

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

R = 69.92%
G = 4.07%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC0A40 (or 0xAC0A40) is known color: Cardinal. HEX triplet: AC, 0A and 40. RGB value is (172,10,64). Sum of RGB (Red+Green+Blue) = 172+10+64=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A40 is #53F5BF. Grayscale: #404040. Windows color (decimal): -5502400 or 4197036. OLE color: 4197036.

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

Color convert

RGB 172 10 64 -
CMYK 0 0.94 0.63 0.33
HSL 340º 0.89% 0.36% -
HSV(B) 340º 0.94% 0.67% -
XYZ 18.05 9.36 5.71 -
YUV 64.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 172 10 64 0 0.94 0.63 0.33 340 0.89 0.36
Hex AC A 40 0 5E 3F 21 154 59 24
Octal 254 12 100 0 136 77 41 524 131 44
Binary 10101100 1010 1000000 0 1011110 111111 100001 101010100 1011001 100100

Color Harmonies of #AC0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A40

Black with #AC0A40

Text Example


Text Example

White with #AC0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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