Html Css Color HEX #A9142E Cardinal

📋 copy color: '#A9142E'

red 169 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #A9142E

Tints of Cardinal #A9142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 71.91%
G = 8.51%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9142E (or 0xA9142E) is known color: Cardinal. HEX triplet: A9, 14 and 2E. RGB value is (169,20,46). Sum of RGB (Red+Green+Blue) = 169+20+46=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A9142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9142E is #56EBD1. Grayscale: #434343. Windows color (decimal): -5696466 or 3019945. OLE color: 3019945.

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

Color convert

RGB 169 20 46 -
CMYK 0 0.88 0.73 0.34
HSL 349.53º 0.79% 0.37% -
HSV(B) 349.53º 0.88% 0.66% -
XYZ 17.11 9.13 3.45 -
YUV 67.52 115.86 200.39 -
System Red Green Blue C M Y K H S L
Decimal 169 20 46 0 0.88 0.73 0.34 349.53 0.79 0.37
Hex A9 14 2E 0 58 49 22 15E 4F 25
Octal 251 24 56 0 130 111 42 536 117 45
Binary 10101001 10100 101110 0 1011000 1001001 100010 101011110 1001111 100101

Color Harmonies of #A9142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9142E

Black with #A9142E

Text Example


Text Example

White with #A9142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9142E; }

 p { color: rgb(169,20,46); }

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

background-color css

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

 a { background-color: rgb(169,20,46); }

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

border-color css

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

 span { border-color: rgb(169,20,46); }

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