Html Css Color HEX #AC1239 Cardinal

📋 copy color: '#AC1239'

red 172 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #AC1239

Tints of Cardinal #AC1239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 69.64%
G = 7.29%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1239 (or 0xAC1239) is known color: Cardinal. HEX triplet: AC, 12 and 39. RGB value is (172,18,57). Sum of RGB (Red+Green+Blue) = 172+18+57=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1239 is #53EDC6. Grayscale: #444444. Windows color (decimal): -5500359 or 3740332. OLE color: 3740332.

HSL color Cylindrical-coordinate representation of color #AC1239: hue angle of 344.81º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1239 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 57 -
CMYK 0 0.90 0.67 0.33
HSL 344.81º 0.81% 0.37% -
HSV(B) 344.81º 0.9% 0.67% -
XYZ 17.97 9.5 4.76 -
YUV 68.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 172 18 57 0 0.90 0.67 0.33 344.81 0.81 0.37
Hex AC 12 39 0 5A 43 21 159 51 25
Octal 254 22 71 0 132 103 41 531 121 45
Binary 10101100 10010 111001 0 1011010 1000011 100001 101011001 1010001 100101

Color Harmonies of #AC1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1239

Black with #AC1239

Text Example


Text Example

White with #AC1239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1239; }

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

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

background-color css

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

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

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

border-color css

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

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

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