Html Css Color HEX #AC293C Cardinal

📋 copy color: '#AC293C'

red 172 ◦ green 41 ◦ blue 60

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

Shades of Cardinal #AC293C

Tints of Cardinal #AC293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

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

R = 63%
G = 15.02%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC293C (or 0xAC293C) is known color: Cardinal. HEX triplet: AC, 29 and 3C. RGB value is (172,41,60). Sum of RGB (Red+Green+Blue) = 172+41+60=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC293C is #53D6C3. Grayscale: #525252. Windows color (decimal): -5494468 or 3942828. OLE color: 3942828.

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

Color convert

RGB 172 41 60 -
CMYK 0 0.76 0.65 0.33
HSL 351.3º 0.62% 0.42% -
HSV(B) 351.3º 0.76% 0.67% -
XYZ 18.62 10.68 5.36 -
YUV 82.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 172 41 60 0 0.76 0.65 0.33 351.3 0.62 0.42
Hex AC 29 3C 0 4C 41 21 15F 3E 2A
Octal 254 51 74 0 114 101 41 537 76 52
Binary 10101100 101001 111100 0 1001100 1000001 100001 101011111 111110 101010

Color Harmonies of #AC293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC293C

Black with #AC293C

Text Example


Text Example

White with #AC293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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