Html Css Color HEX #AC1D43 Cardinal

📋 copy color: '#AC1D43'

red 172 ◦ green 29 ◦ blue 67

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

Shades of Cardinal #AC1D43

Tints of Cardinal #AC1D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

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

R = 64.18%
G = 10.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC1D43 (or 0xAC1D43) is known color: Cardinal. HEX triplet: AC, 1D and 43. RGB value is (172,29,67). Sum of RGB (Red+Green+Blue) = 172+29+67=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1D43 is #53E2BC. Grayscale: #4C4C4C. Windows color (decimal): -5497533 or 4398508. OLE color: 4398508.

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

Color convert

RGB 172 29 67 -
CMYK 0 0.83 0.61 0.33
HSL 344.06º 0.71% 0.39% -
HSV(B) 344.06º 0.83% 0.67% -
XYZ 18.47 10.05 6.28 -
YUV 76.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 172 29 67 0 0.83 0.61 0.33 344.06 0.71 0.39
Hex AC 1D 43 0 53 3D 21 158 47 27
Octal 254 35 103 0 123 75 41 530 107 47
Binary 10101100 11101 1000011 0 1010011 111101 100001 101011000 1000111 100111

Color Harmonies of #AC1D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D43

Black with #AC1D43

Text Example


Text Example

White with #AC1D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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