Html Css Color HEX #AC243B Cardinal

📋 copy color: '#AC243B'

red 172 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #AC243B

Tints of Cardinal #AC243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 64.42%
G = 13.48%
B = 22.1%

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

#AC243B (or 0xAC243B) is known color: Cardinal. HEX triplet: AC, 24 and 3B. RGB value is (172,36,59). Sum of RGB (Red+Green+Blue) = 172+36+59=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC243B is #53DBC4. Grayscale: #4F4F4F. Windows color (decimal): -5495749 or 3876012. OLE color: 3876012.

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

Color convert

RGB 172 36 59 -
CMYK 0 0.79 0.66 0.33
HSL 349.85º 0.65% 0.41% -
HSV(B) 349.85º 0.79% 0.67% -
XYZ 18.43 10.35 5.16 -
YUV 79.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 172 36 59 0 0.79 0.66 0.33 349.85 0.65 0.41
Hex AC 24 3B 0 4F 42 21 15E 41 29
Octal 254 44 73 0 117 102 41 536 101 51
Binary 10101100 100100 111011 0 1001111 1000010 100001 101011110 1000001 101001

Color Harmonies of #AC243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC243B

Black with #AC243B

Text Example


Text Example

White with #AC243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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