Html Css Color HEX #AC1129 Cardinal

📋 copy color: '#AC1129'

red 172 ◦ green 17 ◦ blue 41

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

Shades of Cardinal #AC1129

Tints of Cardinal #AC1129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 41 (16.41% from 255) = 17.83%

R = 74.78%
G = 7.39%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC1129 (or 0xAC1129) is known color: Cardinal. HEX triplet: AC, 11 and 29. RGB value is (172,17,41). Sum of RGB (Red+Green+Blue) = 172+17+41=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1129 is #53EED6. Grayscale: #424242. Windows color (decimal): -5500631 or 2691500. OLE color: 2691500.

HSL color Cylindrical-coordinate representation of color #AC1129: hue angle of 350.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1129 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 41 -
CMYK 0 0.90 0.76 0.33
HSL 350.71º 0.82% 0.37% -
HSV(B) 350.71º 0.9% 0.67% -
XYZ 17.61 9.33 2.97 -
YUV 66.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 172 17 41 0 0.90 0.76 0.33 350.71 0.82 0.37
Hex AC 11 29 0 5A 4C 21 15F 52 25
Octal 254 21 51 0 132 114 41 537 122 45
Binary 10101100 10001 101001 0 1011010 1001100 100001 101011111 1010010 100101

Color Harmonies of #AC1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1129

Black with #AC1129

Text Example


Text Example

White with #AC1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1129; }

 p { color: rgb(172,17,41); }

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

background-color css

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

 a { background-color: rgb(172,17,41); }

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

border-color css

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

 span { border-color: rgb(172,17,41); }

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