Html Css Color HEX #AC243A Cardinal

📋 copy color: '#AC243A'

red 172 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #AC243A

Tints of Cardinal #AC243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

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

R = 64.66%
G = 13.53%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC243A (or 0xAC243A) is known color: Cardinal. HEX triplet: AC, 24 and 3A. RGB value is (172,36,58). Sum of RGB (Red+Green+Blue) = 172+36+58=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC243A is #53DBC5. Grayscale: #4F4F4F. Windows color (decimal): -5495750 or 3810476. OLE color: 3810476.

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

Color convert

RGB 172 36 58 -
CMYK 0 0.79 0.66 0.33
HSL 350.29º 0.65% 0.41% -
HSV(B) 350.29º 0.79% 0.67% -
XYZ 18.41 10.34 5.03 -
YUV 79.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 172 36 58 0 0.79 0.66 0.33 350.29 0.65 0.41
Hex AC 24 3A 0 4F 42 21 15E 41 29
Octal 254 44 72 0 117 102 41 536 101 51
Binary 10101100 100100 111010 0 1001111 1000010 100001 101011110 1000001 101001

Color Harmonies of #AC243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC243A

Black with #AC243A

Text Example


Text Example

White with #AC243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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