Html Css Color HEX #AC2439 Cardinal

📋 copy color: '#AC2439'

red 172 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #AC2439

Tints of Cardinal #AC2439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 64.91%
G = 13.58%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC2439 (or 0xAC2439) is known color: Cardinal. HEX triplet: AC, 24 and 39. RGB value is (172,36,57). Sum of RGB (Red+Green+Blue) = 172+36+57=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2439 is #53DBC6. Grayscale: #4F4F4F. Windows color (decimal): -5495751 or 3744940. OLE color: 3744940.

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

Color convert

RGB 172 36 57 -
CMYK 0 0.79 0.67 0.33
HSL 350.74º 0.65% 0.41% -
HSV(B) 350.74º 0.79% 0.67% -
XYZ 18.38 10.33 4.9 -
YUV 79.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 172 36 57 0 0.79 0.67 0.33 350.74 0.65 0.41
Hex AC 24 39 0 4F 43 21 15F 41 29
Octal 254 44 71 0 117 103 41 537 101 51
Binary 10101100 100100 111001 0 1001111 1000011 100001 101011111 1000001 101001

Color Harmonies of #AC2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2439

Black with #AC2439

Text Example


Text Example

White with #AC2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2439; }

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

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

background-color css

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

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

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

border-color css

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

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

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