Html Css Color HEX #A9132C Cardinal

📋 copy color: '#A9132C'

red 169 ◦ green 19 ◦ blue 44

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

Shades of Cardinal #A9132C

Tints of Cardinal #A9132C

RGB

 RED value IS 169 (66.41% from 255) = 72.84%

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

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

R = 72.84%
G = 8.19%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A9132C (or 0xA9132C) is known color: Cardinal. HEX triplet: A9, 13 and 2C. RGB value is (169,19,44). Sum of RGB (Red+Green+Blue) = 169+19+44=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9132C is #56ECD3. Grayscale: #424242. Windows color (decimal): -5696724 or 2888617. OLE color: 2888617.

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

Color convert

RGB 169 19 44 -
CMYK 0 0.89 0.74 0.34
HSL 350º 0.8% 0.37% -
HSV(B) 350º 0.89% 0.66% -
XYZ 17.05 9.08 3.24 -
YUV 66.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 169 19 44 0 0.89 0.74 0.34 350 0.8 0.37
Hex A9 13 2C 0 59 4A 22 15E 50 25
Octal 251 23 54 0 131 112 42 536 120 45
Binary 10101001 10011 101100 0 1011001 1001010 100010 101011110 1010000 100101

Color Harmonies of #A9132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9132C

Black with #A9132C

Text Example


Text Example

White with #A9132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9132C; }

 p { color: rgb(169,19,44); }

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

background-color css

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

 a { background-color: rgb(169,19,44); }

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

border-color css

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

 span { border-color: rgb(169,19,44); }

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