Html Css Color HEX #AC0A3C Cardinal

📋 copy color: '#AC0A3C'

red 172 ◦ green 10 ◦ blue 60

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

Shades of Cardinal #AC0A3C

Tints of Cardinal #AC0A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.79%

R = 71.07%
G = 4.13%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC0A3C (or 0xAC0A3C) is known color: Cardinal. HEX triplet: AC, 0A and 3C. RGB value is (172,10,60). Sum of RGB (Red+Green+Blue) = 172+10+60=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A3C is #53F5C3. Grayscale: #404040. Windows color (decimal): -5502404 or 3934892. OLE color: 3934892.

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

Color convert

RGB 172 10 60 -
CMYK 0 0.94 0.65 0.33
HSL 341.48º 0.89% 0.36% -
HSV(B) 341.48º 0.94% 0.67% -
XYZ 17.94 9.31 5.13 -
YUV 64.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 172 10 60 0 0.94 0.65 0.33 341.48 0.89 0.36
Hex AC A 3C 0 5E 41 21 155 59 24
Octal 254 12 74 0 136 101 41 525 131 44
Binary 10101100 1010 111100 0 1011110 1000001 100001 101010101 1011001 100100

Color Harmonies of #AC0A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A3C

Black with #AC0A3C

Text Example


Text Example

White with #AC0A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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