Html Css Color HEX #AC293B Cardinal

📋 copy color: '#AC293B'

red 172 ◦ green 41 ◦ blue 59

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

Shades of Cardinal #AC293B

Tints of Cardinal #AC293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 63.24%
G = 15.07%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC293B (or 0xAC293B) is known color: Cardinal. HEX triplet: AC, 29 and 3B. RGB value is (172,41,59). Sum of RGB (Red+Green+Blue) = 172+41+59=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC293B is #53D6C4. Grayscale: #525252. Windows color (decimal): -5494469 or 3877292. OLE color: 3877292.

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

Color convert

RGB 172 41 59 -
CMYK 0 0.76 0.66 0.33
HSL 351.76º 0.62% 0.42% -
HSV(B) 351.76º 0.76% 0.67% -
XYZ 18.6 10.67 5.22 -
YUV 82.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 172 41 59 0 0.76 0.66 0.33 351.76 0.62 0.42
Hex AC 29 3B 0 4C 42 21 160 3E 2A
Octal 254 51 73 0 114 102 41 540 76 52
Binary 10101100 101001 111011 0 1001100 1000010 100001 101100000 111110 101010

Color Harmonies of #AC293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC293B

Black with #AC293B

Text Example


Text Example

White with #AC293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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