Html Css Color HEX #AC243C Cardinal

📋 copy color: '#AC243C'

red 172 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #AC243C

Tints of Cardinal #AC243C

RGB

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

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

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

R = 64.18%
G = 13.43%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC243C (or 0xAC243C) is known color: Cardinal. HEX triplet: AC, 24 and 3C. RGB value is (172,36,60). Sum of RGB (Red+Green+Blue) = 172+36+60=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC243C is #53DBC3. Grayscale: #4F4F4F. Windows color (decimal): -5495748 or 3941548. OLE color: 3941548.

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

Color convert

RGB 172 36 60 -
CMYK 0 0.79 0.65 0.33
HSL 349.41º 0.65% 0.41% -
HSV(B) 349.41º 0.79% 0.67% -
XYZ 18.46 10.36 5.3 -
YUV 79.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 172 36 60 0 0.79 0.65 0.33 349.41 0.65 0.41
Hex AC 24 3C 0 4F 41 21 15D 41 29
Octal 254 44 74 0 117 101 41 535 101 51
Binary 10101100 100100 111100 0 1001111 1000001 100001 101011101 1000001 101001

Color Harmonies of #AC243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC243C

Black with #AC243C

Text Example


Text Example

White with #AC243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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