Html Css Color HEX #AC1843 Cardinal

📋 copy color: '#AC1843'

red 172 ◦ green 24 ◦ blue 67

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

Shades of Cardinal #AC1843

Tints of Cardinal #AC1843

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 67 (26.56% from 255) = 25.48%

R = 65.4%
G = 9.13%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC1843 (or 0xAC1843) is known color: Cardinal. HEX triplet: AC, 18 and 43. RGB value is (172,24,67). Sum of RGB (Red+Green+Blue) = 172+24+67=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1843 is #53E7BC. Grayscale: #494949. Windows color (decimal): -5498813 or 4397228. OLE color: 4397228.

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

Color convert

RGB 172 24 67 -
CMYK 0 0.86 0.61 0.33
HSL 342.57º 0.76% 0.38% -
HSV(B) 342.57º 0.86% 0.67% -
XYZ 18.35 9.83 6.24 -
YUV 73.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 172 24 67 0 0.86 0.61 0.33 342.57 0.76 0.38
Hex AC 18 43 0 56 3D 21 157 4C 26
Octal 254 30 103 0 126 75 41 527 114 46
Binary 10101100 11000 1000011 0 1010110 111101 100001 101010111 1001100 100110

Color Harmonies of #AC1843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1843

Black with #AC1843

Text Example


Text Example

White with #AC1843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1843; }

 p { color: rgb(172,24,67); }

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

background-color css

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

 a { background-color: rgb(172,24,67); }

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

border-color css

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

 span { border-color: rgb(172,24,67); }

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