Html Css Color HEX #AC0A3A Cardinal

📋 copy color: '#AC0A3A'

red 172 ◦ green 10 ◦ blue 58

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

Shades of Cardinal #AC0A3A

Tints of Cardinal #AC0A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 71.67%
G = 4.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC0A3A (or 0xAC0A3A) is known color: Cardinal. HEX triplet: AC, 0A and 3A. RGB value is (172,10,58). Sum of RGB (Red+Green+Blue) = 172+10+58=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A3A is #53F5C5. Grayscale: #3F3F3F. Windows color (decimal): -5502406 or 3803820. OLE color: 3803820.

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

Color convert

RGB 172 10 58 -
CMYK 0 0.94 0.66 0.33
HSL 342.22º 0.89% 0.36% -
HSV(B) 342.22º 0.94% 0.67% -
XYZ 17.89 9.29 4.85 -
YUV 63.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 172 10 58 0 0.94 0.66 0.33 342.22 0.89 0.36
Hex AC A 3A 0 5E 42 21 156 59 24
Octal 254 12 72 0 136 102 41 526 131 44
Binary 10101100 1010 111010 0 1011110 1000010 100001 101010110 1011001 100100

Color Harmonies of #AC0A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A3A

Black with #AC0A3A

Text Example


Text Example

White with #AC0A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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