Html Css Color HEX #AC1C43 Cardinal

📋 copy color: '#AC1C43'

red 172 ◦ green 28 ◦ blue 67

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

Shades of Cardinal #AC1C43

Tints of Cardinal #AC1C43

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

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

R = 64.42%
G = 10.49%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC1C43 (or 0xAC1C43) is known color: Cardinal. HEX triplet: AC, 1C and 43. RGB value is (172,28,67). Sum of RGB (Red+Green+Blue) = 172+28+67=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C43 is #53E3BC. Grayscale: #4B4B4B. Windows color (decimal): -5497789 or 4398252. OLE color: 4398252.

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

Color convert

RGB 172 28 67 -
CMYK 0 0.84 0.61 0.33
HSL 343.75º 0.72% 0.39% -
HSV(B) 343.75º 0.84% 0.67% -
XYZ 18.44 10.01 6.27 -
YUV 75.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 172 28 67 0 0.84 0.61 0.33 343.75 0.72 0.39
Hex AC 1C 43 0 54 3D 21 158 48 27
Octal 254 34 103 0 124 75 41 530 110 47
Binary 10101100 11100 1000011 0 1010100 111101 100001 101011000 1001000 100111

Color Harmonies of #AC1C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C43

Black with #AC1C43

Text Example


Text Example

White with #AC1C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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