Html Css Color HEX #AC243E Cardinal

📋 copy color: '#AC243E'

red 172 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #AC243E

Tints of Cardinal #AC243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 63.7%
G = 13.33%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC243E (or 0xAC243E) is known color: Cardinal. HEX triplet: AC, 24 and 3E. RGB value is (172,36,62). Sum of RGB (Red+Green+Blue) = 172+36+62=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC243E is #53DBC1. Grayscale: #4F4F4F. Windows color (decimal): -5495746 or 4072620. OLE color: 4072620.

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

Color convert

RGB 172 36 62 -
CMYK 0 0.79 0.64 0.33
HSL 348.53º 0.65% 0.41% -
HSV(B) 348.53º 0.79% 0.67% -
XYZ 18.51 10.38 5.59 -
YUV 79.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 172 36 62 0 0.79 0.64 0.33 348.53 0.65 0.41
Hex AC 24 3E 0 4F 40 21 15D 41 29
Octal 254 44 76 0 117 100 41 535 101 51
Binary 10101100 100100 111110 0 1001111 1000000 100001 101011101 1000001 101001

Color Harmonies of #AC243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC243E

Black with #AC243E

Text Example


Text Example

White with #AC243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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