Html Css Color HEX #AC273A Cardinal

📋 copy color: '#AC273A'

red 172 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #AC273A

Tints of Cardinal #AC273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

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

R = 63.94%
G = 14.5%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC273A (or 0xAC273A) is known color: Cardinal. HEX triplet: AC, 27 and 3A. RGB value is (172,39,58). Sum of RGB (Red+Green+Blue) = 172+39+58=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC273A is #53D8C5. Grayscale: #505050. Windows color (decimal): -5494982 or 3811244. OLE color: 3811244.

HSL color Cylindrical-coordinate representation of color #AC273A: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC273A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 58 -
CMYK 0 0.77 0.66 0.33
HSL 351.43º 0.63% 0.41% -
HSV(B) 351.43º 0.77% 0.67% -
XYZ 18.5 10.53 5.06 -
YUV 80.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 172 39 58 0 0.77 0.66 0.33 351.43 0.63 0.41
Hex AC 27 3A 0 4D 42 21 15F 3F 29
Octal 254 47 72 0 115 102 41 537 77 51
Binary 10101100 100111 111010 0 1001101 1000010 100001 101011111 111111 101001

Color Harmonies of #AC273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC273A

Black with #AC273A

Text Example


Text Example

White with #AC273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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