Html Css Color HEX #AC1437 Cardinal

📋 copy color: '#AC1437'

red 172 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #AC1437

Tints of Cardinal #AC1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 69.64%
G = 8.1%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC1437 (or 0xAC1437) is known color: Cardinal. HEX triplet: AC, 14 and 37. RGB value is (172,20,55). Sum of RGB (Red+Green+Blue) = 172+20+55=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1437 is #53EBC8. Grayscale: #454545. Windows color (decimal): -5499849 or 3609772. OLE color: 3609772.

HSL color Cylindrical-coordinate representation of color #AC1437: hue angle of 346.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1437 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 55 -
CMYK 0 0.88 0.68 0.33
HSL 346.18º 0.79% 0.38% -
HSV(B) 346.18º 0.88% 0.67% -
XYZ 17.95 9.55 4.51 -
YUV 69.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 172 20 55 0 0.88 0.68 0.33 346.18 0.79 0.38
Hex AC 14 37 0 58 44 21 15A 4F 26
Octal 254 24 67 0 130 104 41 532 117 46
Binary 10101100 10100 110111 0 1011000 1000100 100001 101011010 1001111 100110

Color Harmonies of #AC1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1437

Black with #AC1437

Text Example


Text Example

White with #AC1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1437; }

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

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

background-color css

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

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

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

border-color css

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

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

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