Html Css Color HEX #AC1A2A Cardinal

📋 copy color: '#AC1A2A'

red 172 ◦ green 26 ◦ blue 42

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

Shades of Cardinal #AC1A2A

Tints of Cardinal #AC1A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 71.67%
G = 10.83%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC1A2A (or 0xAC1A2A) is known color: Cardinal. HEX triplet: AC, 1A and 2A. RGB value is (172,26,42). Sum of RGB (Red+Green+Blue) = 172+26+42=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A2A is #53E5D5. Grayscale: #474747. Windows color (decimal): -5498326 or 2759340. OLE color: 2759340.

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

Color convert

RGB 172 26 42 -
CMYK 0 0.85 0.76 0.33
HSL 353.42º 0.74% 0.39% -
HSV(B) 353.42º 0.85% 0.67% -
XYZ 17.8 9.68 3.12 -
YUV 71.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 172 26 42 0 0.85 0.76 0.33 353.42 0.74 0.39
Hex AC 1A 2A 0 55 4C 21 161 4A 27
Octal 254 32 52 0 125 114 41 541 112 47
Binary 10101100 11010 101010 0 1010101 1001100 100001 101100001 1001010 100111

Color Harmonies of #AC1A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A2A

Black with #AC1A2A

Text Example


Text Example

White with #AC1A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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