Html Css Color HEX #AC1340 Cardinal

📋 copy color: '#AC1340'

red 172 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #AC1340

Tints of Cardinal #AC1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 67.45%
G = 7.45%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1340 (or 0xAC1340) is known color: Cardinal. HEX triplet: AC, 13 and 40. RGB value is (172,19,64). Sum of RGB (Red+Green+Blue) = 172+19+64=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1340 is #53ECBF. Grayscale: #454545. Windows color (decimal): -5500096 or 4199340. OLE color: 4199340.

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

Color convert

RGB 172 19 64 -
CMYK 0 0.89 0.63 0.33
HSL 342.35º 0.8% 0.37% -
HSV(B) 342.35º 0.89% 0.67% -
XYZ 18.17 9.61 5.75 -
YUV 69.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 172 19 64 0 0.89 0.63 0.33 342.35 0.8 0.37
Hex AC 13 40 0 59 3F 21 156 50 25
Octal 254 23 100 0 131 77 41 526 120 45
Binary 10101100 10011 1000000 0 1011001 111111 100001 101010110 1010000 100101

Color Harmonies of #AC1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1340

Black with #AC1340

Text Example


Text Example

White with #AC1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1340; }

 p { color: rgb(172,19,64); }

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

background-color css

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

 a { background-color: rgb(172,19,64); }

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

border-color css

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

 span { border-color: rgb(172,19,64); }

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