Html Css Color HEX #AC1C2C Cardinal

📋 copy color: '#AC1C2C'

red 172 ◦ green 28 ◦ blue 44

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

Shades of Cardinal #AC1C2C

Tints of Cardinal #AC1C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 70.49%
G = 11.48%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC1C2C (or 0xAC1C2C) is known color: Cardinal. HEX triplet: AC, 1C and 2C. RGB value is (172,28,44). Sum of RGB (Red+Green+Blue) = 172+28+44=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C2C is #53E3D3. Grayscale: #484848. Windows color (decimal): -5497812 or 2890924. OLE color: 2890924.

HSL color Cylindrical-coordinate representation of color #AC1C2C: hue angle of 353.33º 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 #AC1C2C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 44 -
CMYK 0 0.84 0.74 0.33
HSL 353.33º 0.72% 0.39% -
HSV(B) 353.33º 0.84% 0.67% -
XYZ 17.88 9.78 3.33 -
YUV 72.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 172 28 44 0 0.84 0.74 0.33 353.33 0.72 0.39
Hex AC 1C 2C 0 54 4A 21 161 48 27
Octal 254 34 54 0 124 112 41 541 110 47
Binary 10101100 11100 101100 0 1010100 1001010 100001 101100001 1001000 100111

Color Harmonies of #AC1C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C2C

Black with #AC1C2C

Text Example


Text Example

White with #AC1C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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