Html Css Color HEX #AC1A2C Cardinal

📋 copy color: '#AC1A2C'

red 172 ◦ green 26 ◦ blue 44

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

Shades of Cardinal #AC1A2C

Tints of Cardinal #AC1A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 71.07%
G = 10.74%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC1A2C (or 0xAC1A2C) is known color: Cardinal. HEX triplet: AC, 1A and 2C. RGB value is (172,26,44). Sum of RGB (Red+Green+Blue) = 172+26+44=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A2C is #53E5D3. Grayscale: #474747. Windows color (decimal): -5498324 or 2890412. OLE color: 2890412.

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

Color convert

RGB 172 26 44 -
CMYK 0 0.85 0.74 0.33
HSL 352.6º 0.74% 0.39% -
HSV(B) 352.6º 0.85% 0.67% -
XYZ 17.84 9.69 3.31 -
YUV 71.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 172 26 44 0 0.85 0.74 0.33 352.6 0.74 0.39
Hex AC 1A 2C 0 55 4A 21 161 4A 27
Octal 254 32 54 0 125 112 41 541 112 47
Binary 10101100 11010 101100 0 1010101 1001010 100001 101100001 1001010 100111

Color Harmonies of #AC1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A2C

Black with #AC1A2C

Text Example


Text Example

White with #AC1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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