Html Css Color HEX #AC293A Cardinal

📋 copy color: '#AC293A'

red 172 ◦ green 41 ◦ blue 58

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

Shades of Cardinal #AC293A

Tints of Cardinal #AC293A

RGB

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

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

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

R = 63.47%
G = 15.13%
B = 21.4%

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

#AC293A (or 0xAC293A) is known color: Cardinal. HEX triplet: AC, 29 and 3A. RGB value is (172,41,58). Sum of RGB (Red+Green+Blue) = 172+41+58=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC293A is #53D6C5. Grayscale: #525252. Windows color (decimal): -5494470 or 3811756. OLE color: 3811756.

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

Color convert

RGB 172 41 58 -
CMYK 0 0.76 0.66 0.33
HSL 352.21º 0.62% 0.42% -
HSV(B) 352.21º 0.76% 0.67% -
XYZ 18.57 10.66 5.08 -
YUV 82.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 172 41 58 0 0.76 0.66 0.33 352.21 0.62 0.42
Hex AC 29 3A 0 4C 42 21 160 3E 2A
Octal 254 51 72 0 114 102 41 540 76 52
Binary 10101100 101001 111010 0 1001100 1000010 100001 101100000 111110 101010

Color Harmonies of #AC293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC293A

Black with #AC293A

Text Example


Text Example

White with #AC293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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