Html Css Color HEX #AC1237 Cardinal

📋 copy color: '#AC1237'

red 172 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #AC1237

Tints of Cardinal #AC1237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.45%

R = 70.2%
G = 7.35%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC1237 (or 0xAC1237) is known color: Cardinal. HEX triplet: AC, 12 and 37. RGB value is (172,18,55). Sum of RGB (Red+Green+Blue) = 172+18+55=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1237 is #53EDC8. Grayscale: #444444. Windows color (decimal): -5500361 or 3609260. OLE color: 3609260.

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

Color convert

RGB 172 18 55 -
CMYK 0 0.90 0.68 0.33
HSL 345.58º 0.81% 0.37% -
HSV(B) 345.58º 0.9% 0.67% -
XYZ 17.92 9.48 4.5 -
YUV 68.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 172 18 55 0 0.90 0.68 0.33 345.58 0.81 0.37
Hex AC 12 37 0 5A 44 21 15A 51 25
Octal 254 22 67 0 132 104 41 532 121 45
Binary 10101100 10010 110111 0 1011010 1000100 100001 101011010 1010001 100101

Color Harmonies of #AC1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1237

Black with #AC1237

Text Example


Text Example

White with #AC1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1237; }

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

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

background-color css

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

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

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

border-color css

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

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

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