Html Css Color HEX #AC132B Cardinal

📋 copy color: '#AC132B'

red 172 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #AC132B

Tints of Cardinal #AC132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 73.5%
G = 8.12%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC132B (or 0xAC132B) is known color: Cardinal. HEX triplet: AC, 13 and 2B. RGB value is (172,19,43). Sum of RGB (Red+Green+Blue) = 172+19+43=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC132B is #53ECD4. Grayscale: #434343. Windows color (decimal): -5500117 or 2823084. OLE color: 2823084.

HSL color Cylindrical-coordinate representation of color #AC132B: hue angle of 350.59º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC132B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 43 -
CMYK 0 0.89 0.75 0.33
HSL 350.59º 0.8% 0.37% -
HSV(B) 350.59º 0.89% 0.67% -
XYZ 17.68 9.41 3.17 -
YUV 67.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 172 19 43 0 0.89 0.75 0.33 350.59 0.8 0.37
Hex AC 13 2B 0 59 4B 21 15F 50 25
Octal 254 23 53 0 131 113 41 537 120 45
Binary 10101100 10011 101011 0 1011001 1001011 100001 101011111 1010000 100101

Color Harmonies of #AC132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC132B

Black with #AC132B

Text Example


Text Example

White with #AC132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC132B; }

 p { color: rgb(172,19,43); }

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

background-color css

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

 a { background-color: rgb(172,19,43); }

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

border-color css

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

 span { border-color: rgb(172,19,43); }

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