Html Css Color HEX #AC1B2A Cardinal

📋 copy color: '#AC1B2A'

red 172 ◦ green 27 ◦ blue 42

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

Shades of Cardinal #AC1B2A

Tints of Cardinal #AC1B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.2%

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

R = 71.37%
G = 11.2%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC1B2A (or 0xAC1B2A) is known color: Cardinal. HEX triplet: AC, 1B and 2A. RGB value is (172,27,42). Sum of RGB (Red+Green+Blue) = 172+27+42=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B2A is #53E4D5. Grayscale: #484848. Windows color (decimal): -5498070 or 2759596. OLE color: 2759596.

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

Color convert

RGB 172 27 42 -
CMYK 0 0.84 0.76 0.33
HSL 353.79º 0.73% 0.39% -
HSV(B) 353.79º 0.84% 0.67% -
XYZ 17.82 9.72 3.13 -
YUV 72.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 172 27 42 0 0.84 0.76 0.33 353.79 0.73 0.39
Hex AC 1B 2A 0 54 4C 21 162 49 27
Octal 254 33 52 0 124 114 41 542 111 47
Binary 10101100 11011 101010 0 1010100 1001100 100001 101100010 1001001 100111

Color Harmonies of #AC1B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B2A

Black with #AC1B2A

Text Example


Text Example

White with #AC1B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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